Finally fixed all the memory leaks, I hope. Fixed iTunesRemote to not
[MenuTunes.git] / OldMainController.h
index e8901bf..d96bbd1 100755 (executable)
@@ -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;