浏览代码

Remove unused methods

Alois Mahdal 11 年前
父节点
当前提交
5a6f9c2baf
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0
    7
      plugins/moc.py

+ 0
- 7
plugins/moc.py 查看文件

32
         self.title = "(unknown)"
32
         self.title = "(unknown)"
33
         self.td = TrackData()
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
     def assemble_title(self):
35
     def assemble_title(self):
43
         """Assemble the data to human-readable format"""
36
         """Assemble the data to human-readable format"""
44
         d = self.td
37
         d = self.td