aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 7c5e1f17..ba583ce0 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -225,9 +225,6 @@ typedef enum
#define SPLOCALIZEDURL_BUNDLEEDITORHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Bundle_Editor", @"Localized help page for bundle editor - do not localize if no translated webpage is available")
#define SPLOCALIZEDURL_CONTENTFILTERHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Content_Filters", @"Localized help page for content filter - do not localize if no translated webpage is available")
-// Long running notification time for Growl messages
-extern const CGFloat SPLongRunningNotificationTime;
-
// Narrow down completion max rows
extern const NSUInteger SPNarrowDownCompletionMaxRows;
@@ -361,6 +358,7 @@ extern NSString *SPResetAutoIncrementAfterDeletionOfAllRows;
// Hidden Prefs
extern NSString *SPPrintWarningRowLimit;
extern NSString *SPDisplayServerVersionInWindowTitle;
+extern NSString *SPLongRunningQueryNotificationTime;
// Import and export
extern NSString *SPCSVImportFieldTerminator;