Bumped to version 1.7.2. First freeware release.
[MenuTunes.git] / Deprecated / StatusWindowController.h
diff --git a/Deprecated/StatusWindowController.h b/Deprecated/StatusWindowController.h
deleted file mode 100755 (executable)
index 1b32e4a..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- *     MenuTunes
- *  StatusWindowController
- *    ...
- *
- *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
- *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
- *
- *  Copyright (c) 2002 iThink Software.
- *  All Rights Reserved
- *
- */
-
-
-#import <Cocoa/Cocoa.h>
-
-@class StatusWindow;
-
-@interface StatusWindowController : NSObject
-{
-    IBOutlet NSTextField *statusField;
-    IBOutlet StatusWindow *statusWindow;
-}
-- (void)setUpcomingSongs:(NSString *)string;
-- (void)setTrackInfo:(NSString *)string;
-- (void)fadeWindowOut;
-@end