Code

list_window: check for unchanged value in set_length()
[ncmpc.git] / src / screen_text.c
index a80b56240b09ecc18c22d21ce7b6ebf32ba4b175..b7d66838fa6a6de260a10894857c59628c499f27 100644 (file)
@@ -80,8 +80,7 @@ screen_text_set(struct screen_text *text, const GString *str)
 }
 
 const char *
-screen_text_list_callback(unsigned idx, G_GNUC_UNUSED bool *highlight,
-                         G_GNUC_UNUSED char** sc, void *data)
+screen_text_list_callback(unsigned idx, void *data)
 {
        const struct screen_text *text = data;
        static char buffer[256];