Added -artists and -albums methods to the iTunes remote. Added an artists
[MenuTunes.git] / MenuController.h
index 55ae240..c9769f3 100755 (executable)
@@ -7,7 +7,6 @@
 //
 
 #import <Cocoa/Cocoa.h>
-#import "ITMTRemote.h"
 
 // Internal: To be used with NSMenuItems as their tag, for use with the NSMenuValidation stuff.
 // Also will be used in supplying the controller with the layout to use for the MenuItems, unless
@@ -43,9 +42,8 @@ typedef enum {
 {
     NSMutableArray *_menuLayout;
     NSMenu *_currentMenu;
-    NSMenu *_ratingMenu, *_upcomingSongsMenu, *_eqMenu, *_playlistsMenu; //Submenus
+    NSMenu *_ratingMenu, *_upcomingSongsMenu, *_eqMenu, *_playlistsMenu, *_artistsMenu; //Submenus
     
-    ITMTRemote *currentRemote;
     int _currentPlaylist, _currentTrack;
     BOOL _playingRadio;
 }