Release/Growl/OpenGrowlPrefPane/OpenGrowlPrefPane.m
changeset 4451 939a07eddf5e
parent 4450 2466e516f7e2
child 4452 e5b1db34ee0b
     1.1 --- a/Release/Growl/OpenGrowlPrefPane/OpenGrowlPrefPane.m	Sun Sep 27 20:52:15 2009 -0700
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     1.4 -#import <Cocoa/Cocoa.h>
     1.5 -#import "PrefPaneOpener.h"
     1.6 -
     1.7 -int main (int argc, const char * argv[]) {
     1.8 -    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
     1.9 -
    1.10 -	[PrefPaneOpener openPrefPane:@"Growl"];
    1.11 -
    1.12 -    [pool release];
    1.13 -    return 0;
    1.14 -}