diff options
Diffstat (limited to 'src/libpiano/piano.h')
-rw-r--r-- | src/libpiano/piano.h | 8 |
1 files changed, 0 insertions, 8 deletions
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, @@ -227,13 +226,6 @@ typedef struct { typedef struct { PianoStation_t *station; - char *musicId; - unsigned short max; - PianoSearchResult_t searchResult; -} PianoRequestDataGetSeedSuggestions_t; - -typedef struct { - PianoStation_t *station; PianoStationInfo_t info; } PianoRequestDataGetStationInfo_t; |