aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h')
-rwxr-xr-xFrameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h b/Frameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h
deleted file mode 100755
index 184dd8ec..00000000
--- a/Frameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// BWTexturedSliderCell.h
-// BWToolkit
-//
-// Created by Brandon Walkin (www.brandonwalkin.com)
-// All code is provided under the New BSD license.
-//
-
-#import <Cocoa/Cocoa.h>
-
-@interface BWTexturedSliderCell : NSSliderCell
-{
- BOOL isPressed;
- int trackHeight;
-}
-
-@property int trackHeight;
-
-@end