aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_search.c')
-rw-r--r--src/screen_search.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/screen_search.c b/src/screen_search.c
index ce23b9098..d1b2b92d5 100644
--- a/src/screen_search.c
+++ b/src/screen_search.c
@@ -401,11 +401,6 @@ resize(int cols, int rows)
lw->rows = rows;
}
-static void
-close(void)
-{
-}
-
static void
paint(mpd_unused screen_t *screen, mpdclient_t *c)
{
@@ -536,7 +531,6 @@ const struct screen_functions screen_search = {
.init = init,
.exit = quit,
.open = open,
- .close = close,
.resize = resize,
.paint = paint,
.update = update,