X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/9d8dbcc95c9e3ea959f034d5ddb2edcc71fe1f59..9cebb1f7452afe422cb940e970c9f30b5180a239:/MenuController.h diff --git a/MenuController.h b/MenuController.h index 55ae240..fda5e5e 100755 --- a/MenuController.h +++ b/MenuController.h @@ -7,7 +7,6 @@ // #import -#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, *_albumsMenu; //Submenus - ITMTRemote *currentRemote; int _currentPlaylist, _currentTrack; BOOL _playingRadio; }