summaryrefslogtreecommitdiff
path: root/tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBViewSelector.h
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-01-21 16:39:54 +0100
committerGard Spreemann <gspreemann@gmail.com>2017-01-21 16:39:54 +0100
commit4224971e4aa66fa59045c425d4ae4568d5f06d0c (patch)
tree93daa769f29e63e264ee9a7f76c825b46b433f73 /tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBViewSelector.h
parent3e131dd390d67a0dfc161b460ca4b96c7e516618 (diff)
Clean out upstream www stuff and Xcode files.dfsg/latest
Diffstat (limited to 'tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBViewSelector.h')
-rw-r--r--tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBViewSelector.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBViewSelector.h b/tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBViewSelector.h
deleted file mode 100644
index 8645914..0000000
--- a/tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBViewSelector.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (C) 2009 Stephen F. Booth <me@sbooth.org>
- * All Rights Reserved
- */
-
-#import <Cocoa/Cocoa.h>
-
-#define VIEW_SELECTOR_BAR_HEIGHT 25
-
-@class SFBViewSelectorBar;
-
-@interface SFBViewSelector : NSView
-{
-@private
- NSSize _initialWindowSize;
- SFBViewSelectorBar *_selectorBar;
- NSView *_bodyView;
-}
-
-- (SFBViewSelectorBar *) selectorBar;
-
-@end