aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-07-04 09:41:57 +0000
committerstuconnolly <stuart02@gmail.com>2012-07-04 09:41:57 +0000
commitb414bddc98508b09d37ece8f4394194f3a0234b8 (patch)
treeb023f775363e70a3b4f6c108bed25910948bb04a /Source/SPTableStructure.h
parent2a81ccd4c2047179d572019bb7c1158481c7810d (diff)
downloadsequelpro-b414bddc98508b09d37ece8f4394194f3a0234b8.tar.gz
sequelpro-b414bddc98508b09d37ece8f4394194f3a0234b8.tar.bz2
sequelpro-b414bddc98508b09d37ece8f4394194f3a0234b8.zip
Move the table structure's loading logic into it's own category.
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r--Source/SPTableStructure.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h
index a97f70b2..881cdd09 100644
--- a/Source/SPTableStructure.h
+++ b/Source/SPTableStructure.h
@@ -96,11 +96,6 @@
@property (assign) id reloadFieldsButton;
#endif
-// Table loading
-- (void)loadTable:(NSString *)aTable;
-- (IBAction)reloadTable:(id)sender;
-- (void)setTableDetails:(NSDictionary *)tableDetails;
-
#ifdef SP_REFACTOR /* method decls */
- (void)setDatabaseDocument:(SPDatabaseDocument*)doc;
- (void)setTableListInstance:(SPTablesList*)list;