aboutsummaryrefslogtreecommitdiffstats
path: root/Source/MainController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-04-15 23:16:05 +0000
committerrowanbeentje <rowan@beent.je>2009-04-15 23:16:05 +0000
commit303910b3fe45314d98f12b3017881a02fef68459 (patch)
tree704e64e4cbfdea2c2c18e5320ed75d36a4416740 /Source/MainController.h
parent6c80b88f3c29b76fec560589e67920a99681723a (diff)
downloadsequelpro-303910b3fe45314d98f12b3017881a02fef68459.tar.gz
sequelpro-303910b3fe45314d98f12b3017881a02fef68459.tar.bz2
sequelpro-303910b3fe45314d98f12b3017881a02fef68459.zip
- Update the connection sheet favourites view to bind to the preferences directly to pick up updates more quickly
- Improve favouritesAlreadyExists check to respond correctly if the connection database, host or user is blank
Diffstat (limited to 'Source/MainController.h')
-rw-r--r--Source/MainController.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/MainController.h b/Source/MainController.h
index 656cf8c0..962329e7 100644
--- a/Source/MainController.h
+++ b/Source/MainController.h
@@ -30,8 +30,6 @@
{
BOOL isNewFavorite;
- NSMutableArray *favorites;
-
SPPreferenceController *prefsController;
}