summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addon/IRCInterface.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/addon/IRCInterface.py')
-rw-r--r--pyload/plugins/addon/IRCInterface.py5
1 files changed, 0 insertions, 5 deletions
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 = []