diff options
author | stuconnolly <stuart02@gmail.com> | 2009-11-15 01:30:16 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-11-15 01:30:16 +0000 |
commit | 69a4fbc7cf11a35e5bf609cf7a16d2844559997c (patch) | |
tree | 319f5dca4cee376d8fb95ef8fc6ea1b8cc146ba5 /Source/SPConnectionController.h | |
parent | b6630d67c87f48126d42d8f10e016220dc39a7a2 (diff) | |
download | sequelpro-69a4fbc7cf11a35e5bf609cf7a16d2844559997c.tar.gz sequelpro-69a4fbc7cf11a35e5bf609cf7a16d2844559997c.tar.bz2 sequelpro-69a4fbc7cf11a35e5bf609cf7a16d2844559997c.zip |
Move connection type constants to SPConstants.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index 824c2f46..d0a70148 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -30,13 +30,6 @@ #import "SPKeychain.h" #import "SPSSHTunnel.h" -enum spconnection_types -{ - SP_CONNECTION_TCPIP = 0, - SP_CONNECTION_SOCKET = 1, - SP_CONNECTION_SSHTUNNEL = 2 -}; - @class BWAnchoredButtonBar; @interface NSObject (BWAnchoredButtonBar) |