From 360ad0cf82395ff42dde4bea31bbd13b7d417163 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 25 Apr 2013 08:01:15 +0200 Subject: mpclient: drop unused find_sync() method --- nephilim/mpclient.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nephilim/mpclient.py b/nephilim/mpclient.py index b724b5a..46dd324 100644 --- a/nephilim/mpclient.py +++ b/nephilim/mpclient.py @@ -273,12 +273,6 @@ class MPClient(QtCore.QObject): all found songs. For allowed values of args, see MPD protocol documentation. """ self._command('find', args, callback = lambda data: callback(self._parse_songs(data))) - def find_sync(self, *args): - """ - Search for songs on MPD synchronously. Returns an iterator over all - found songs. For allowed values of args, see MPD protocol documentation. - """ - return self._command_sync('find', args, parse = lambda data: self._parse_songs(data)) def findadd(self, *args): """ Request a search on MPD and add found songs to current playlist. Allowed values -- cgit v1.2.3