Code

list_window: removed second column support
[ncmpc.git] / src / screen_text.h
index 5358feb82e9329f73c00e778d3596fe71f3ff63e..43ae3c66c9f5a3ff3a87303e612ff884bc78f8f7 100644 (file)
@@ -69,7 +69,7 @@ void
 screen_text_set(struct screen_text *text, const GString *str);
 
 const char *
-screen_text_list_callback(unsigned idx, bool *highlight, char** sc, void *data);
+screen_text_list_callback(unsigned idx, void *data);
 
 static inline void
 screen_text_paint(struct screen_text *text)