summaryrefslogtreecommitdiff
path: root/src/libpiano/piano.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2012-05-02 17:33:12 +0200
committerLars-Dominik Braun <lars@6xq.net>2012-05-02 17:33:32 +0200
commit22e725f545548e6b9583644987e82cb1e3b7ae1f (patch)
treeea45e621f7349ceef9081ab163c11f79265b4d78 /src/libpiano/piano.h
parent951d6206f2837d5985899c5b974690e0076b68c5 (diff)
downloadpianobar-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/piano.h')
-rw-r--r--src/libpiano/piano.h8
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;