From 22e725f545548e6b9583644987e82cb1e3b7ae1f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 2 May 2012 17:33:12 +0200 Subject: Really delete seed suggestions There does not seem to be an API call for that. --- src/libpiano/piano.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/libpiano/piano.h') diff --git a/src/libpiano/piano.h b/src/libpiano/piano.h index 86dcce0..c8c01db 100644 --- a/src/libpiano/piano.h +++ b/src/libpiano/piano.h @@ -152,7 +152,6 @@ typedef enum { PIANO_REQUEST_GET_GENRE_STATIONS = 14, PIANO_REQUEST_TRANSFORM_STATION = 15, PIANO_REQUEST_EXPLAIN = 16, - PIANO_REQUEST_GET_SEED_SUGGESTIONS = 17, PIANO_REQUEST_BOOKMARK_SONG = 18, PIANO_REQUEST_BOOKMARK_ARTIST = 19, PIANO_REQUEST_GET_STATION_INFO = 20, @@ -225,13 +224,6 @@ typedef struct { char *retExplain; } PianoRequestDataExplain_t; -typedef struct { - PianoStation_t *station; - char *musicId; - unsigned short max; - PianoSearchResult_t searchResult; -} PianoRequestDataGetSeedSuggestions_t; - typedef struct { PianoStation_t *station; PianoStationInfo_t info; -- cgit v1.2.3