Changes for prefs stuff and random tweaks too
[MenuTunes.git] / OldMainController.h
index dfab004..e8901bf 100755 (executable)
     //Used in updating the menu automatically
     NSTimer *refreshTimer;
     int      trackInfoIndex;
+    
     int      lastPlaylistIndex;
     NSString *lastSongIdentifier;
+    int      lastSongRating;
     BOOL     isPlayingRadio;
     
     ITMTRemotePlayerRunningState isAppRunning;
@@ -56,7 +58,6 @@
     
     NSMenuItem *playPauseItem; //Toggle between 'Play' and 'Pause'
     
-    PreferencesController *prefsController;
     StatusWindow *statusWindow; //Shows track info and upcoming songs.
 }