From 10afb4ce9d155bdb05016b0661be3c4c3aa6b4f1 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 10 Dec 2014 18:24:25 +0100 Subject: Fix previous merge --- pyload/plugins/addon/IRCInterface.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pyload/plugins/addon/IRCInterface.py') diff --git a/pyload/plugins/addon/IRCInterface.py b/pyload/plugins/addon/IRCInterface.py index 5392b01a8..bba8f86d8 100644 --- a/pyload/plugins/addon/IRCInterface.py +++ b/pyload/plugins/addon/IRCInterface.py @@ -44,11 +44,6 @@ class IRCInterface(Thread, Addon): self.setDaemon(True) - #@TODO: Remove in 0.4.10 - def initPeriodical(self): - pass - - def coreReady(self): self.abort = False self.more = [] -- cgit v1.2.3