diff options
Diffstat (limited to 'Source/CMCopyTable.h')
-rw-r--r-- | Source/CMCopyTable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CMCopyTable.h b/Source/CMCopyTable.h index eefc0608..288edafb 100644 --- a/Source/CMCopyTable.h +++ b/Source/CMCopyTable.h @@ -35,7 +35,6 @@ */ @interface CMCopyTable : SPTableView { - id tableInstance; // the table content view instance id tableData; // the actual table data source id mySQLConnection; // current MySQL connection @@ -43,7 +42,6 @@ NSString* selectedTable; // the name of the current selected table NSUserDefaults *prefs; - } /*! |