summaryrefslogtreecommitdiff
path: root/tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h')
-rw-r--r--tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h b/tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h
deleted file mode 100644
index e7f4b53..0000000
--- a/tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBInspectorView.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright (C) 2009 Stephen F. Booth <me@sbooth.org>
- * All Rights Reserved
- */
-
-#import <Cocoa/Cocoa.h>
-
-@interface SFBInspectorView : NSView
-{
-@private
- NSSize _initialWindowSize;
-}
-
-- (void) addInspectorPaneController:(NSViewController *)paneController;
-- (void) addInspectorPane:(NSView *)paneBody title:(NSString *)title;
-
-@end