Browse Source

Remove unused methods

Alois Mahdal 10 years ago
parent
commit
5a6f9c2baf
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      plugins/moc.py

+ 0
- 7
plugins/moc.py View File

@@ -32,13 +32,6 @@ class MocTitler(object):
32 32
         self.title = "(unknown)"
33 33
         self.td = TrackData()
34 34
 
35
-    def read_data(self):
36
-        self.td.load()
37
-
38
-    def mocp_running(self):
39
-        cmd = 'ps -eo comm | grep -q mocp'
40
-        return subprocess.call(cmd, shell=True) == 0
41
-
42 35
     def assemble_title(self):
43 36
         """Assemble the data to human-readable format"""
44 37
         d = self.td