Finally fixed all the memory leaks, I hope. Fixed iTunesRemote to not
[MenuTunes.git] / OldMainController.h
index 85b4c54..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;
@@ -66,6 +64,7 @@
 
 - (void)rebuildMenu;
 
+- (ITMTRemote *)currentRemote;
 - (void)clearHotKeys;
 - (void)closePreferences;