currentSongUniqueIdentifier now actually returns something that's
[MenuTunes.git] / OldMainController.h
index 252ae3a..44664ac 100755 (executable)
     StatusWindow *statusWindow; //Shows track info and upcoming songs.
 }
 
-- (void)remotePlayerLaunched:(NSNotification *)note;
-- (void)remotePlayerTerminated:(NSNotification *)note;
+- (void)applicationLaunched:(NSNotification *)note;
+- (void)applicationTerminated:(NSNotification *)note;
 
-- (void)registerDefaultsIfNeeded;
+- (void)registerDefaults;
 - (void)rebuildMenu;
 
-- (void)runTimerInNewThread;
-
-- (void)setSongRating:(id)sender;
-
 - (void)clearHotKeys;
 - (void)closePreferences;
 
-- (void)showPlayer;
-
 @end