mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
No longer required
This commit is contained in:
parent
ff88aa8f5e
commit
47e68f8bdf
@ -15,7 +15,6 @@ class WindowController: NSWindowController {
|
||||
}
|
||||
|
||||
var state: MPDClient.MPDStatus.State?
|
||||
var trackTimer: Timer?
|
||||
|
||||
@IBOutlet var transportControls: NSSegmentedCell!
|
||||
|
||||
@ -198,8 +197,6 @@ class WindowController: NSWindowController {
|
||||
else { return }
|
||||
|
||||
switch event.type {
|
||||
case .leftMouseDown:
|
||||
trackTimer?.invalidate()
|
||||
case .leftMouseDragged:
|
||||
App.store.dispatch(
|
||||
UpdateElapsedTimeAction(elapsedTimeMs: UInt(sender.integerValue))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user