diff options
Diffstat (limited to 'src/net/java')
-rw-r--r-- | src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatPanel.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatPanel.java b/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatPanel.java index 1d4fef2..d8edf8a 100644 --- a/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatPanel.java +++ b/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatPanel.java @@ -109,14 +109,6 @@ public class MetaContactChatPanel getChatSendPanel().getSendPanel().add(contactSelectorBox, 0); getChatSendPanel().getSendPanel().add(sendViaLabel, 0); - // Initialize the "send as SMS" check box. - // getChatSendPanel().getSendPanel().add(sendSmsCheckBox, 0); - if (protocolContact.getProtocolProvider() - .getOperationSet(OperationSetSmsMessaging.class) != null) - sendSmsCheckBox.setEnabled(true); - else - sendSmsCheckBox.setEnabled(false); - //Enables to change the protocol provider by simply pressing the CTRL-P //key combination ActionMap amap = this.getActionMap(); |