aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_play.c')
-rw-r--r--src/screen_play.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/screen_play.c b/src/screen_play.c
index 22d7198aa..6b4de7893 100644
--- a/src/screen_play.c
+++ b/src/screen_play.c
@@ -497,12 +497,6 @@ play_cmd(screen_t *screen, mpdclient_t *c, command_t cmd)
return list_window_cmd(lw, c->playlist.list->len, cmd);
}
-static list_window_t *
-play_lw(void)
-{
- return lw;
-}
-
const struct screen_functions screen_playlist = {
.init = play_init,
.exit = play_exit,
@@ -512,6 +506,5 @@ const struct screen_functions screen_playlist = {
.paint = play_paint,
.update = play_update,
.cmd = play_cmd,
- .get_lw = play_lw,
.get_title = play_title,
};