X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0f0fcccca7516fef317716f61356ebb6bb07c084..6c6d051f334e4a21987da8d19a3a9fb01360efac:/OldMainController.h diff --git a/OldMainController.h b/OldMainController.h index 252ae3a..44664ac 100755 --- a/OldMainController.h +++ b/OldMainController.h @@ -62,19 +62,13 @@ 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