X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cc10e3dc60300418d77764fd582689e11c1b9d09..3711292832129bcfcb24949c59c8f2dcae0aea63:/Deprecated/StatusWindowController.h diff --git a/Deprecated/StatusWindowController.h b/Deprecated/StatusWindowController.h deleted file mode 100755 index 1b32e4a..0000000 --- a/Deprecated/StatusWindowController.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * MenuTunes - * StatusWindowController - * ... - * - * Original Author : Kent Sutherland - * Responsibility : Kent Sutherland - * - * Copyright (c) 2002 iThink Software. - * All Rights Reserved - * - */ - - -#import - -@class StatusWindow; - -@interface StatusWindowController : NSObject -{ - IBOutlet NSTextField *statusField; - IBOutlet StatusWindow *statusWindow; -} -- (void)setUpcomingSongs:(NSString *)string; -- (void)setTrackInfo:(NSString *)string; -- (void)fadeWindowOut; -@end