diff options
author | stuconnolly <stuart02@gmail.com> | 2010-12-19 20:03:29 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-12-19 20:03:29 +0000 |
commit | e8bcfe72b6b59c8b881feff7ffdc8d719a82ff8c (patch) | |
tree | d32da8afe526cea4e0f1cf9bac075fe02db903a0 /Source/SPConstants.h | |
parent | cacea8262fa8a696fbdf132874383d3bafb2ef93 (diff) | |
download | sequelpro-e8bcfe72b6b59c8b881feff7ffdc8d719a82ff8c.tar.gz sequelpro-e8bcfe72b6b59c8b881feff7ffdc8d719a82ff8c.tar.bz2 sequelpro-e8bcfe72b6b59c8b881feff7ffdc8d719a82ff8c.zip |
Remove old favorites constant.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 3c5f7072..2a35ab60 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -273,9 +273,6 @@ extern NSString *SPGlobalResultTableFont; extern NSString *SPFilterTableDefaultOperator; extern NSString *SPFilterTableDefaultOperatorLastItems; -// Favorites Prefpane -extern NSString *SPFavorites; - // Notifications Prefpane extern NSString *SPGrowlEnabled; extern NSString *SPShowNoAffectedRowsError; |