Getting things in order for the bigger stuff...
[ITKit.git] / ITLED.h
diff --git a/ITLED.h b/ITLED.h
deleted file mode 100755 (executable)
index 5b3bcf2..0000000
--- a/ITLED.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- *     ITKit
- *  ITLED
- *    NSButton subclass which resembles an LED, suitable for use
- *    in applications which utilize the Metal or Pro look.
- *
- *  Original Author : Matt Judy <mjudy@ithinksw.com>
- *   Responsibility : Matt Judy <mjudy@ithinksw.com>
- *
- *  Copyright (c) 2002 - 2003 iThink Software.
- *  All Rights Reserved
- *
- */
-
-
-#import <Cocoa/Cocoa.h>
-
-
-@interface ITLEDCell : NSActionCell {
-
-    NSColor *_ledColor;
-    BOOL     _state;
-
-}
-
-- (NSColor *)ledColor;
-- (void)setLEDColor:(NSColor *)newColor;
-
-@end
-
-
-@interface ITLED : NSControl {
-
-}
-
-- (NSColor *)ledColor;
-- (void)setLEDColor;
-
-@end