aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2011-01-03 12:49:49 +0000
committerBibiko <bibiko@eva.mpg.de>2011-01-03 12:49:49 +0000
commitc668c662b616ec378f6ff8315055b46acbc923cc (patch)
tree8c0a7a860bd81e9ede9a66120965a9cb5b3409c9 /Source/SPConstants.h
parent8a2cdc1581e018984a7bd5c34d510c7c32eef3f1 (diff)
downloadsequelpro-c668c662b616ec378f6ff8315055b46acbc923cc.tar.gz
sequelpro-c668c662b616ec378f6ff8315055b46acbc923cc.tar.bz2
sequelpro-c668c662b616ec378f6ff8315055b46acbc923cc.zip
• changed the way to check for available update of Default Bundles
- perform a check only if the revision number is greater as the last recorded one, in other words if an updated version of Sequel Pro was installed and runs for the very first time
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index f95f6286..d3171802 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -376,7 +376,6 @@ extern NSString *SPLastImportIntoNewTableEncoding;
extern NSString *SPLastImportIntoNewTableType;
extern NSString *SPGlobalValueHistory;
extern NSString *SPBundleDeletedDefaultBundlesKey;
-extern NSString *SPBundleUpdatedDefaultBundlesKey;
// URLs
extern NSString *SPDonationsURL;