diff options
author | stuconnolly <stuart02@gmail.com> | 2012-04-07 15:03:38 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-04-07 15:03:38 +0000 |
commit | 70a0d9a84d4623295a8de241854cc0c9364f1673 (patch) | |
tree | fa476984af34543b9017163440bef5f7643cc122 /Source/SPDatabaseDocument.h | |
parent | 8b83ed0f73105074239c9c083be343ad6a836ec0 (diff) | |
download | sequelpro-70a0d9a84d4623295a8de241854cc0c9364f1673.tar.gz sequelpro-70a0d9a84d4623295a8de241854cc0c9364f1673.tar.bz2 sequelpro-70a0d9a84d4623295a8de241854cc0c9364f1673.zip |
Tidy up and remove commented out code.
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index 614f66ed..b1d19600 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -350,11 +350,10 @@ SPDatabaseData, SPTablesList, SPTableStructure, SPTableContent, SPTableData, SPS - (IBAction)focusOnTableContentFilter:(id)sender; - (IBAction)focusOnTableListFilter:(id)sender; - (IBAction)export:(id)sender; - - (IBAction)exportSelectedTablesAs:(id)sender; // Other methods -- (void) setQueryMode:(NSInteger)theQueryMode; +- (void)setQueryMode:(NSInteger)theQueryMode; - (IBAction)closeSheet:(id)sender; - (IBAction)closePanelSheet:(id)sender; - (void)doPerformQueryService:(NSString *)query; @@ -376,7 +375,6 @@ SPDatabaseData, SPTablesList, SPTableStructure, SPTableContent, SPTableData, SPS - (void)setIsSavedInBundle:(BOOL)savedInBundle; - (void)setFileURL:(NSURL *)fileURL; - (void)connect; - - (void)showConsole:(id)sender; - (IBAction)showNavigator:(id)sender; - (IBAction)toggleNavigator:(id)sender; @@ -456,7 +454,7 @@ SPDatabaseData, SPTablesList, SPTableStructure, SPTableContent, SPTableData, SPS - (NSDictionary*)shellVariables; // State saving and setting -- (NSDictionary *) stateIncludingDetails:(NSDictionary *)detailsToReturn; +- (NSDictionary *)stateIncludingDetails:(NSDictionary *)detailsToReturn; - (BOOL)setState:(NSDictionary *)stateDetails; - (void)setStateFromConnectionFile:(NSString *)path; - (void)restoreSession; |