Removed the Views.
[MenuTunes.git] / MenuTunes.h
index 8aaffb9..389a826 100755 (executable)
 {
     NSStatusItem *statusItem;
     NSMenu *menu;
-//  MenuTunesView *view;
     ComponentInstance asComponent;
     
     //Used in updating the menu automatically
     NSTimer *refreshTimer;
-    int curTrackIndex;
+    int curTrackIndex, curPlaylistIndex;
     int trackInfoIndex;
     bool isPlayingRadio;