X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fscreen_queue.h;h=d7d135adadaa0b26d1463e16f2b6a092302356e1;hb=48538b851eee960b84f066188512e358b6c01181;hp=2c3075f1b48cc16dd97fdf7f7f2a3cdfa5675d2f;hpb=13540f17f76eed4e0e3bbbde0c6cb538470e5c69;p=ncmpc.git diff --git a/src/screen_queue.h b/src/screen_queue.h index 2c3075f..d7d135a 100644 --- a/src/screen_queue.h +++ b/src/screen_queue.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2009 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -20,11 +20,6 @@ #ifndef NCMPC_SCREEN_QUEUE_H #define NCMPC_SCREEN_QUEUE_H -struct mpdclient; - extern const struct screen_functions screen_queue; -int -playlist_save(struct mpdclient *c, char *name, char *defaultname); - #endif