aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPIndexesController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r--Source/SPIndexesController.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h
index 7e2ed9e7..2338f8a6 100644
--- a/Source/SPIndexesController.h
+++ b/Source/SPIndexesController.h
@@ -30,22 +30,12 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#ifndef SP_REFACTOR
-@class SPDatabaseDocument;
-@class SPTablesList;
-@class SPTableData;
-@class SPTableStructure;
-@class SPMySQLConnection;
-@class BWAnchoredButtonBar;
-@class SPTableView;
-#else
@class SPDatabaseDocument;
@class SPTablesList;
@class SPTableData;
@class SPTableStructure;
@class SPMySQLConnection;
@class SPTableView;
-#endif
@interface SPIndexesController : NSWindowController
#ifdef SP_REFACTOR
@@ -75,7 +65,7 @@
IBOutlet NSButton *removeIndexedColumnButton;
IBOutlet NSButton *confirmAddIndexButton;
#ifndef SP_REFACTOR
- IBOutlet BWAnchoredButtonBar *anchoredButtonBar;
+ IBOutlet NSBox *anchoredButtonBar;
// Advanced options view
IBOutlet NSButton *indexAdvancedOptionsViewButton;