diff options
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) |