Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
liesen committed Apr 26, 2011
1 parent 9da2099 commit a24f7cb
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions server.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,6 @@ struct playlist_handler {
void *userdata;
};

struct add_tracks_data {
int index;
int num_tracks;
sp_track **tracks;
};

struct remove_tracks_data {
int index;
int num_tracks;
int *tracks;
};

struct search_data {
sp_session *session;
sp_playlist *playlist;
struct evhttp_request *request;
};

static void send_reply(struct evhttp_request *request,
int code,
const char *message,
Expand Down

0 comments on commit a24f7cb

Please sign in to comment.