From d5100f8e96f9ea96f0660e6b21b55fb221002f84 Mon Sep 17 00:00:00 2001 From: avenjamin Date: Sat, 15 Nov 2008 16:09:15 +0000 Subject: Some initial setup for new import system --- TableDocument.m | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'TableDocument.m') diff --git a/TableDocument.m b/TableDocument.m index 968a9480..f473dfd2 100644 --- a/TableDocument.m +++ b/TableDocument.m @@ -1099,12 +1099,7 @@ NSString *TableDocumentFavoritesControllerFavoritesDidChange = @"TableDocumentFa passes the request to the tableDump object */ { - [tableDumpInstance importFile:[sender tag]]; -} - -- (IBAction)importCSV:(id)sender -{ - return [self import:sender]; + [tableDumpInstance importFile]; } - (IBAction)export:(id)sender -- cgit v1.2.3