aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-07 02:32:05 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-07 02:32:05 +0000
commit55bf19f025ab67562b151a40e2440c5c76b00ee5 (patch)
tree720b0775b3f245bec246eca461b43cf3ccdc254b /Source/TableDocument.h
parent021ed107a07064cb5e0f1988b778fa0cfe4ffa37 (diff)
downloadsequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.tar.gz
sequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.tar.bz2
sequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.zip
Tidy up.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 414b7d4e..f0e43fef 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -57,7 +57,6 @@ enum sp_current_query_mode
IBOutlet id exportControllerInstance;
IBOutlet SPUserManager *userManagerInstance;
-
IBOutlet NSSearchField *listFilterField;
IBOutlet id tableWindow;
@@ -276,9 +275,6 @@ enum sp_current_query_mode
- (void)setupToolbar;
- (NSString *)selectedToolbarItemIdentifier;
- (NSToolbarItem *)toolbar:(NSToolbar *)toolbar itemForItemIdentifier:(NSString *)itemIdentifier willBeInsertedIntoToolbar:(BOOL)flag;
-- (NSArray *)toolbarAllowedItemIdentifiers:(NSToolbar*)toolbar;
-- (NSArray *)toolbarDefaultItemIdentifiers:(NSToolbar*)toolbar;
-- (BOOL)validateToolbarItem:(NSToolbarItem *)toolbarItem;
- (void)updateChooseDatabaseToolbarItemWidth;
@end