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