From 122c98c61c419650b3bcf0c14b4a633d6afb1ab1 Mon Sep 17 00:00:00 2001 From: Ingo Bauersachs Date: Sun, 8 Dec 2013 21:03:35 +0100 Subject: Remove unused protocol constants --- .../sip/communicator/impl/gui/utils/Constants.java | 46 ---------------------- 1 file changed, 46 deletions(-) (limited to 'src/net/java/sip/communicator/impl/gui') 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 ------------------------------ * ====================================================================== */ -- cgit v1.1