X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/ef4f5a3e753596396e93ba33b7e2ab5e8b53c5d8..865ed626fce033da225a4a93646ad185f72c74ff:/OldMainController.h diff --git a/OldMainController.h b/OldMainController.h index e8901bf..d96bbd1 100755 --- a/OldMainController.h +++ b/OldMainController.h @@ -37,8 +37,6 @@ BOOL isPlayingRadio; ITMTRemotePlayerRunningState isAppRunning; - BOOL didHaveAlbumName; - BOOL didHaveArtistName; //Helper variable for creating the menu //For upcoming songs NSMenuItem *upcomingSongsItem; @@ -64,9 +62,9 @@ - (void)applicationLaunched:(NSNotification *)note; - (void)applicationTerminated:(NSNotification *)note; -- (void)registerDefaults; - (void)rebuildMenu; +- (ITMTRemote *)currentRemote; - (void)clearHotKeys; - (void)closePreferences;