From 837de4063dbe398735a5b1d35bde1821c177b555 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sat, 11 May 2019 09:39:02 -0600 Subject: OMEMO: Move files to fitting subdirectory --- plugins/omemo/src/encryption_list_entry.vala | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 plugins/omemo/src/encryption_list_entry.vala (limited to 'plugins/omemo/src/encryption_list_entry.vala') diff --git a/plugins/omemo/src/encryption_list_entry.vala b/plugins/omemo/src/encryption_list_entry.vala deleted file mode 100644 index 2e8905e2..00000000 --- a/plugins/omemo/src/encryption_list_entry.vala +++ /dev/null @@ -1,23 +0,0 @@ -namespace Dino.Plugins.Omemo { - -public class EncryptionListEntry : Plugins.EncryptionListEntry, Object { - private Plugin plugin; - - public EncryptionListEntry(Plugin plugin) { - this.plugin = plugin; - } - - public Entities.Encryption encryption { get { - return Entities.Encryption.OMEMO; - }} - - public string name { get { - return "OMEMO"; - }} - - public bool can_encrypt(Entities.Conversation conversation) { - return plugin.app.stream_interactor.get_module(Manager.IDENTITY).can_encrypt(conversation); - } -} - -} -- cgit v1.2.3