aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNavigatorController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r--Source/SPNavigatorController.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h
index 4d6ee994..a664212d 100644
--- a/Source/SPNavigatorController.h
+++ b/Source/SPNavigatorController.h
@@ -27,7 +27,6 @@
@interface SPNavigatorController : NSWindowController
{
- IBOutlet id outlineSchema1;
IBOutlet id outlineSchema2;
IBOutlet id navigatorWindow;
IBOutlet id infoTable;
@@ -47,9 +46,7 @@
NSMutableDictionary *expandStatus1;
NSMutableDictionary *expandStatus2;
- NSString *selectedKey1;
NSString *selectedKey2;
- NSRect selectionViewPort1;
NSRect selectionViewPort2;
BOOL ignoreUpdate;
BOOL isFiltered;
@@ -64,8 +61,6 @@
NSImage *functionIcon;
NSImage *fieldIcon;
- BOOL wasNotShown;
-
Class NSDictionaryClass;
}