diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2013-12-08 21:03:35 +0100 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2013-12-08 21:03:35 +0100 |
commit | 122c98c61c419650b3bcf0c14b4a633d6afb1ab1 (patch) | |
tree | e9fe44e017adb6a2e0f5c336f0ca583a551973fb /src/net/java/sip/communicator/impl/gui | |
parent | 62b6d94bc4a7270857ef2178d72a4ff4766296c8 (diff) | |
download | jitsi-122c98c61c419650b3bcf0c14b4a633d6afb1ab1.zip jitsi-122c98c61c419650b3bcf0c14b4a633d6afb1ab1.tar.gz jitsi-122c98c61c419650b3bcf0c14b4a633d6afb1ab1.tar.bz2 |
Remove unused protocol constants
Diffstat (limited to 'src/net/java/sip/communicator/impl/gui')
-rwxr-xr-x | src/net/java/sip/communicator/impl/gui/utils/Constants.java | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/utils/Constants.java b/src/net/java/sip/communicator/impl/gui/utils/Constants.java index b6c61b6..789d0e1 100755 --- a/src/net/java/sip/communicator/impl/gui/utils/Constants.java +++ b/src/net/java/sip/communicator/impl/gui/utils/Constants.java @@ -172,52 +172,6 @@ public class Constants /* * ====================================================================== - * ------------------------ PROTOCOL NAMES ------------------------------- - * ====================================================================== - */ - /** - * The ICQ protocol. - */ - public static final String ICQ = "ICQ"; - - /** - * The MSN protocol. - */ - public static final String MSN = "MSN"; - - /** - * The AIM protocol. - */ - public static final String AIM = "AIM"; - - /** - * The Yahoo protocol. - */ - public static final String YAHOO = "Yahoo"; - - /** - * The Jabber protocol. - */ - public static final String JABBER = "Jabber"; - - /** - * The Skype protocol. - */ - public static final String SKYPE = "Skype"; - - /** - * The Gibberish protocol. - */ - public static final String GIBBERISH = "Gibberish"; - - - /** - * The SIP protocol. - */ - public static final String SIP = "SIP"; - - /* - * ====================================================================== * ------------------------ OTHER CONSTANTS ------------------------------ * ====================================================================== */ |