chiark / gitweb /
cgi: remove obsolete 'columns' option.
[disorder] / cgi / disorder-cgi.h
index 4587e78795b7b17d2079563875b27e4bdba3cad3..77885781dcf8e31061d720fb92debb7b8c8c12a5 100644 (file)
@@ -77,7 +77,6 @@ struct queue_entry *dcgi_findtrack(const char *id);
 void option_set(const char *name, const char *value);
 const char *option_label(const char *key);
 int option_label_exists(const char *key);
-char **option_columns(const char *name, int *ncolumns);
 
 #define DCGI_QUEUE 0x0001
 #define DCGI_PLAYING 0x0002