diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/screen.h b/src/screen.h index 06ce71da3..7aa72d7d2 100644 --- a/src/screen.h +++ b/src/screen.h @@ -92,25 +92,4 @@ int screen_get_mouse_event(mpdclient_t *c, struct list_window *lw, int lw_length, unsigned long *bstate, int *row); -struct screen_functions * -get_screen_search(void); - -struct screen_functions * -get_screen_browse(void); - -struct screen_functions * -get_screen_playlist(void); - -struct screen_functions * -get_screen_help(void); - -struct screen_functions * -get_screen_lyrics(void); - -struct screen_functions * -get_screen_keydef(void); - -struct screen_functions * -get_screen_clock(void); - #endif |