diff options
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index 09c50a0e..e37cb6f5 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -84,8 +84,7 @@ // Table loading methods and information - (void) loadTable:(NSString *)aTable; -- (void) loadTableValuesWithCallback:(SEL)tableContentCallbackMethod; -- (void) loadTableValuesTaskWithCallback:(id)encodedTableContentCallbackMethod; +- (void) loadTableValues; - (NSString *) tableFilterString; - (void) updateCountText; @@ -120,7 +119,6 @@ - (BOOL)tableContainsBlobOrTextColumns; - (NSString *)fieldListForQuery; - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo; -- (void)finalizeRowDeletion; - (void)updateNumberOfRows; - (int)fetchNumberOfRows; - (BOOL)saveRowOnDeselect; |