Remove outdated docstring comment

This commit is contained in:
Stein Magnus Jodal 2012-09-03 23:40:22 +02:00
parent 4352eccdb0
commit ea4fef5b7b

View File

@ -342,9 +342,6 @@ class PlaybackController(object):
def on_end_of_track(self):
"""
Tell the playback controller that end of track is reached.
Typically called by :class:`mopidy.process.CoreProcess` after a message
from a library thread is received.
"""
if self.state == self.STOPPED:
return