TODO removed

This commit is contained in:
Uriziel 2012-09-29 00:35:33 +02:00
parent e7b3547c3b
commit fae59d8b6d

View File

@ -149,8 +149,6 @@ class MplayerProtocol(LineProcessProtocol):
self.setUpFileInPlayer()
def set_paused(self, value):
# docs say i can't set "pause" property, but it works...
# no, Fluxid, it doesn't on Windows, fuck you. TODO:
self.send_set_property('pause', 'yes' if value else 'no')
def send_get_paused(self):