Removed the Views.
[MenuTunes.git] / MenuTunesView.h
diff --git a/MenuTunesView.h b/MenuTunesView.h
deleted file mode 100755 (executable)
index 06658fe..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- *     MenuTunes
- *  MenuTunesView
- *    App Controller Class
- *
- *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
- *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
- *     Contributors : Matt Judy <matt@nibfile.com>
- *
- *  Copyright (c) 2002 iThink Software.
- *  All Rights Reserved
- *
- */
-
-
-#import <AppKit/AppKit.h>
-
-@interface MenuTunesView : NSView
-{
-    NSImage *image;
-    NSImage *altImage;
-    BOOL     mouseIsPressed;
-}
-
-@end