X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/dae4c6a0436263f8476c93c693971a2c82ddd596..09928b91bca7f78f40d544b59c5180ae893d6cf7:/MenuTunes.m diff --git a/MenuTunes.m b/MenuTunes.m index 8c1b351..a17391f 100755 --- a/MenuTunes.m +++ b/MenuTunes.m @@ -6,7 +6,6 @@ Things to do: */ #import "MenuTunes.h" -// #import "MenuTunesView.h" #import "PreferencesController.h" #import "HotKeyCenter.h" #import "StatusWindowController.h" @@ -68,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]; }