X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/98e371e074f79172824889ac1935f612a13c0290..09928b91bca7f78f40d544b59c5180ae893d6cf7:/MenuTunes.m diff --git a/MenuTunes.m b/MenuTunes.m index 1bdd910..a17391f 100755 --- a/MenuTunes.m +++ b/MenuTunes.m @@ -1,16 +1,11 @@ /* Things to do: ¥ Make preferences window pretty -¥ Hot Keys - - hot keys can't be set when NSBGOnly is on. The window is not key, - so the KeyBroadcaster does not pick up key combos - - going to need a different way of defining key combos ¥ Optimize ¥ Apple Events! Apple Events! Apple Events! */ #import "MenuTunes.h" -// #import "MenuTunesView.h" #import "PreferencesController.h" #import "HotKeyCenter.h" #import "StatusWindowController.h" @@ -72,8 +67,6 @@ Things to do: // Below line of code is for creating builds for Beta Testers // [statusItem setToolTip:@"This Nontransferable Beta (Built on __DATE__) of iThink Software's MenuTunes is Registered to: Beta Tester (betatester@somedomain.com)."]; [statusItem retain]; -// view = [[MenuTunesView alloc] initWithFrame:[[statusItem view] frame]]; -// [statusItem setView:view]; }