X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cc10e3dc60300418d77764fd582689e11c1b9d09..3711292832129bcfcb24949c59c8f2dcae0aea63:/Deprecated/StatusWindow.m diff --git a/Deprecated/StatusWindow.m b/Deprecated/StatusWindow.m deleted file mode 100755 index ea9f406..0000000 --- a/Deprecated/StatusWindow.m +++ /dev/null @@ -1,17 +0,0 @@ -#import "StatusWindow.h" - -@implementation StatusWindow - -- (id)initWithContentRect:(NSRect)rect styleMask:(unsigned int)mask backing:(NSBackingStoreType)type defer:(BOOL)flag -{ - if ( (self = [super initWithContentRect:rect styleMask:NSBorderlessWindowMask backing:type defer:flag]) ) { - [self setHasShadow:NO]; - [self setOpaque:NO]; - [self setLevel:NSStatusWindowLevel]; - [self setIgnoresMouseEvents:YES]; - [self setBackgroundColor:[NSColor colorWithCalibratedRed:0.5 green:0.5 blue:0.5 alpha:0.6]]; - } - return self; -} - -@end