Remove reference to unused unstar image.

This commit is contained in:
Brent Simmons 2019-02-18 14:55:56 -08:00
parent 74b3ecdab8
commit cb579e73a4
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import AppKit
extension NSImage.Name {
static let star = NSImage.Name("star")
static let unstar = NSImage.Name("unstar")
static let timelineStar = NSImage.Name("timelineStar")
}