From 3f1d48bfb3a062a0012d9e3f3008c4514f277521 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Fri, 1 Apr 2011 23:25:17 +0400 Subject: [PATCH] juick plugin. remove unused code --- juick/plugin.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/juick/plugin.py b/juick/plugin.py index c5b2fdc..2b9212d 100644 --- a/juick/plugin.py +++ b/juick/plugin.py @@ -62,14 +62,6 @@ class JuickPlugin(GajimPlugin): if not os.path.isdir(self.cache_path): os.makedirs(self.cache_path) - @log_calls('JuickPlugin') - def activate(self): - pass - - @log_calls('JuickPlugin') - def deactivate(self): - pass - @log_calls('JuickPlugin') def connect_with_chat_control(self, chat_control): if chat_control.contact.jid != 'juick@juick.com':