summaryrefslogtreecommitdiff
path: root/plugins/filecat.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/filecat.py')
-rw-r--r--plugins/filecat.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/filecat.py b/plugins/filecat.py
index 9eae04d..5f404c9 100644
--- a/plugins/filecat.py
+++ b/plugins/filecat.py
@@ -13,10 +13,6 @@ class PluginThread(plugins.PluginThreadCommon):
self.hide = False
self.format_status(self.conf['title'], False)
- def format_status(self, contents, urgent):
- self.status['urgent'] = urgent
- self.status['full_text'] = self.conf['title'] + ': ' + contents
-
def main(self):
try:
with open(self.conf['filename'], 'r') as datafile: