diff options
author | stuconnolly <stuart02@gmail.com> | 2008-11-28 23:52:42 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2008-11-28 23:52:42 +0000 |
commit | ddbed0ade57c4efecbb7cd9a09047a1ce80ae497 (patch) | |
tree | 68cc14f92f250de42cf175d56da9207a5610b396 /MainController.m | |
parent | d45adb6d2a0c305cc431d75cd20844dbe721f388 (diff) | |
download | sequelpro-ddbed0ade57c4efecbb7cd9a09047a1ce80ae497.tar.gz sequelpro-ddbed0ade57c4efecbb7cd9a09047a1ce80ae497.tar.bz2 sequelpro-ddbed0ade57c4efecbb7cd9a09047a1ce80ae497.zip |
New Growl notification controller.
Diffstat (limited to 'MainController.m')
-rw-r--r-- | MainController.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MainController.m b/MainController.m index d446b1aa..46996ef6 100644 --- a/MainController.m +++ b/MainController.m @@ -26,7 +26,6 @@ #import "KeyChain.h" #import "TableDocument.h" - @implementation MainController /* @@ -647,8 +646,6 @@ checks for updates and opens download page in default browser //register MainController for AppleScript events [[ NSScriptExecutionContext sharedScriptExecutionContext] setTopLevelObject: self ]; - - [GrowlApplicationBridge setGrowlDelegate:self]; prefs = [[NSUserDefaults standardUserDefaults] retain]; isNewFavorite = NO; |