diff options
author | avenjamin <avenjamin@gmail.com> | 2008-11-15 16:09:15 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-11-15 16:09:15 +0000 |
commit | d5100f8e96f9ea96f0660e6b21b55fb221002f84 (patch) | |
tree | ddb9c564b3501f4dce7a4e4d604b664fe70d6070 /TableDocument.h | |
parent | 41355f1754197328c4623883a980cf708dc35097 (diff) | |
download | sequelpro-d5100f8e96f9ea96f0660e6b21b55fb221002f84.tar.gz sequelpro-d5100f8e96f9ea96f0660e6b21b55fb221002f84.tar.bz2 sequelpro-d5100f8e96f9ea96f0660e6b21b55fb221002f84.zip |
Some initial setup for new import system
Diffstat (limited to 'TableDocument.h')
-rw-r--r-- | TableDocument.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TableDocument.h b/TableDocument.h index fe0ee0eb..e1e4afe9 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -173,7 +173,6 @@ //menu methods - (BOOL)validateMenuItem:(NSMenuItem *)anItem; - (IBAction)import:(id)sender; -- (IBAction)importCSV:(id)sender; - (IBAction)export:(id)sender; - (IBAction)exportTable:(id)sender; - (IBAction)exportMultipleTables:(id)sender; |