diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2012-05-02 17:33:12 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2012-05-02 17:33:32 +0200 |
commit | 22e725f545548e6b9583644987e82cb1e3b7ae1f (patch) | |
tree | ea45e621f7349ceef9081ab163c11f79265b4d78 /src/libpiano/response.c | |
parent | 951d6206f2837d5985899c5b974690e0076b68c5 (diff) | |
download | pianobar-22e725f545548e6b9583644987e82cb1e3b7ae1f.tar.gz pianobar-22e725f545548e6b9583644987e82cb1e3b7ae1f.tar.bz2 pianobar-22e725f545548e6b9583644987e82cb1e3b7ae1f.zip |
Really delete seed suggestions
There does not seem to be an API call for that.
Diffstat (limited to 'src/libpiano/response.c')
-rw-r--r-- | src/libpiano/response.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/libpiano/response.c b/src/libpiano/response.c index 16b17a3..7ae4f1e 100644 --- a/src/libpiano/response.c +++ b/src/libpiano/response.c @@ -524,20 +524,6 @@ PianoReturn_t PianoResponse (PianoHandle_t *ph, PianoRequest_t *req) { break; } - case PIANO_REQUEST_GET_SEED_SUGGESTIONS: { -#if 0 - /* find similar artists */ - PianoRequestDataGetSeedSuggestions_t *reqData = req->data; - - assert (req->responseData != NULL); - assert (reqData != NULL); - - ret = PianoXmlParseSeedSuggestions (req->responseData, - &reqData->searchResult); -#endif - break; - } - case PIANO_REQUEST_GET_STATION_INFO: { /* get station information (seeds and feedback) */ PianoRequestDataGetStationInfo_t *reqData = req->data; |