diff options
Diffstat (limited to 'Source/SPQueryController.h')
-rw-r--r-- | Source/SPQueryController.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/SPQueryController.h b/Source/SPQueryController.h index f1cc84e7..65287961 100644 --- a/Source/SPQueryController.h +++ b/Source/SPQueryController.h @@ -60,8 +60,6 @@ + (SPQueryController *)sharedQueryController; -#pragma mark ---------------------- - // QueryConsoleController - (IBAction)copy:(id)sender; - (IBAction)clearConsole:(id)sender; @@ -77,8 +75,6 @@ - (NSUInteger)consoleMessageCount; -#pragma mark ---------------------- - // DocumentsController - (NSURL *)registerDocumentWithFileURL:(NSURL *)fileURL andContextInfo:(NSMutableDictionary *)contextInfo; - (void)removeRegisteredDocumentWithFileURL:(NSURL *)fileURL; |