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 167f0f9..e881621 100644 --- a/src/libpiano/piano.h +++ b/src/libpiano/piano.h @@ -147,7 +147,6 @@ typedef enum {  	PIANO_REQUEST_GET_PLAYLIST = 3,  	PIANO_REQUEST_RATE_SONG = 4,  	PIANO_REQUEST_ADD_FEEDBACK = 5, -	PIANO_REQUEST_MOVE_SONG = 6,  	PIANO_REQUEST_RENAME_STATION = 7,  	PIANO_REQUEST_DELETE_STATION = 8,  	PIANO_REQUEST_SEARCH = 9, @@ -199,13 +198,6 @@ typedef struct {  } PianoRequestDataAddFeedback_t;  typedef struct { -	PianoSong_t *song; -	PianoStation_t *from; -	PianoStation_t *to; -	unsigned short step; -} PianoRequestDataMoveSong_t; - -typedef struct {  	PianoStation_t *station;  	char *newName;  } PianoRequestDataRenameStation_t; | 
