diff cagou/plugins/plugin_wid_chat.kv @ 244:5bd94bc08f5c

plugin chat: fixed OTR State filtering + removed some legacy code
author Goffi <goffi@goffi.org>
date Thu, 03 Jan 2019 20:38:46 +0100
parents c2503168fab7
children fdda914a298b
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_chat.kv	Thu Jan 03 20:37:55 2019 +0100
+++ b/cagou/plugins/plugin_wid_chat.kv	Thu Jan 03 20:38:46 2019 +0100
@@ -168,16 +168,3 @@
         Rectangle:
             pos: self.pos
             size: self.size
-    # EncryptionButton:
-    #     size_hint: 1, None
-    #     id: start_btn
-    #     text: _(u"Start/Refresh encrypted session")
-    #     on_release: root.otr_start()
-    # EncryptionButton:
-    #     size_hint: 1, None
-    #     text: _(u"Finish encrypted session")
-    #     on_release: root.otr_end()
-    # EncryptionButton:
-    #     size_hint: 1, None
-    #     text: _(u"Authenticate destinee")
-    #     on_release: root.otr_authenticate()