aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_file.c')
-rw-r--r--src/screen_file.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/screen_file.c b/src/screen_file.c
index e996aba09..264045739 100644
--- a/src/screen_file.c
+++ b/src/screen_file.c
@@ -745,12 +745,6 @@ browse_cmd(screen_t *screen, mpdclient_t *c, command_t cmd)
return list_window_cmd(lw, filelist->length, cmd);
}
-static list_window_t *
-get_filelist_window(void)
-{
- return lw;
-}
-
const struct screen_functions screen_browse = {
.init = browse_init,
.exit = browse_exit,
@@ -760,7 +754,6 @@ const struct screen_functions screen_browse = {
.paint = browse_paint,
.update = browse_update,
.cmd = browse_cmd,
- .get_lw = get_filelist_window,
.get_title = browse_title,
};