aboutsummaryrefslogtreecommitdiffstats
path: root/DatabaseSelectToolbarItem.h
diff options
context:
space:
mode:
authorabhibeckert <abhi@abhibeckert.com>2008-05-02 13:36:51 +0000
committerabhibeckert <abhi@abhibeckert.com>2008-05-02 13:36:51 +0000
commitc37f104dcd8be90ead12cfb92a3425cafe9c4e97 (patch)
tree9da5d585176cbc00f07555d7ff98fc5b2ce18f35 /DatabaseSelectToolbarItem.h
parentd508dc92ea00639c7bb6213bfcce945085913a0a (diff)
downloadsequelpro-c37f104dcd8be90ead12cfb92a3425cafe9c4e97.tar.gz
sequelpro-c37f104dcd8be90ead12cfb92a3425cafe9c4e97.tar.bz2
sequelpro-c37f104dcd8be90ead12cfb92a3425cafe9c4e97.zip
database select toolbar item is now the same width as the left split
fixed some bugs with the database select toolbar item when customizing the toolbar
Diffstat (limited to 'DatabaseSelectToolbarItem.h')
-rw-r--r--DatabaseSelectToolbarItem.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/DatabaseSelectToolbarItem.h b/DatabaseSelectToolbarItem.h
deleted file mode 100644
index 14cf52bc..00000000
--- a/DatabaseSelectToolbarItem.h
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// DatabaseSelectToolbarItem.h
-// sequel-pro
-//
-// Created by Abhi Beckert on 27/04/08.
-// Copyright 2008 __MyCompanyName__. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
-#import <MCPKit_bundled/MCPKit_bundled.h>
-#import "CMMCPConnection.h"
-#import "CMMCPResult.h"
-
-@interface DatabaseSelectToolbarItem : NSToolbarItem {
- IBOutlet NSView *toolbarItemView;
- IBOutlet NSPopUpButton *dbSelectPopupButton;
-}
-
-- (NSPopUpButton *)databaseSelectPopupButton;
-
-@end
-
-extern NSString *DatabaseSelectToolbarItemIdentifier; \ No newline at end of file