X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/38eeefe80602c6a1bac5083baef95e32d01757b1..89e6aacd25d9f355b9dac9c22973e6a5161b3f88:/MenuController.h diff --git a/MenuController.h b/MenuController.h index 55ae240..c9a393b 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 @@ -45,7 +44,6 @@ typedef enum { NSMenu *_currentMenu; NSMenu *_ratingMenu, *_upcomingSongsMenu, *_eqMenu, *_playlistsMenu; //Submenus - ITMTRemote *currentRemote; int _currentPlaylist, _currentTrack; BOOL _playingRadio; }