From 15578792fecccae6121b1e8b47108776e3d80747 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 25 Jul 2010 11:01:42 +0000 Subject: Tidy up SPExportController by splitting out all filename related methods to a new category SPExportFilenameUtilities. --- Source/SPExportController.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/SPExportController.h') diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 1868ec00..3e4d6aa7 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -23,8 +23,6 @@ // // More info at -#import - #import "SPConstants.h" @class MCPConnection, BWAnchoredButtonBar; @@ -242,7 +240,6 @@ - (void)exportTables:(NSArray *)table asFormat:(SPExportType)format usingSource:(SPExportSource)source; - (void)openExportErrorsSheetWithString:(NSString *)errors; - (void)displayExportFinishedGrowlNotification; -- (NSString *)expandCustomFilenameFormatFromString:(NSString *)format usingTableName:(NSString *)table; // IB action methods - (IBAction)closeSheet:(id)sender; -- cgit v1.2.3