X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d1557bdd8bce673c8d2a314f80a10d46c84dd93b..c7cfb51853a76b548e9f3e073a63d44ce0a99258:/OldMainController.h diff --git a/OldMainController.h b/OldMainController.h index dfab004..e8901bf 100755 --- a/OldMainController.h +++ b/OldMainController.h @@ -30,8 +30,10 @@ //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. }