aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h')
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h
deleted file mode 100644
index 29edb975..00000000
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWAnchoredButton.h
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// BWAnchoredButton.h
-// BWToolkit
-//
-// Created by Brandon Walkin (www.brandonwalkin.com)
-// All code is provided under the New BSD license.
-//
-
-#import <Cocoa/Cocoa.h>
-
-@interface BWAnchoredButton : NSButton
-{
- BOOL isAtLeftEdgeOfBar;
- BOOL isAtRightEdgeOfBar;
- NSPoint topAndLeftInset;
-}
-
-@property BOOL isAtLeftEdgeOfBar;
-@property BOOL isAtRightEdgeOfBar;
-
-@end