chiark / gitweb /
Merge branch 'protogen'
[disorder] / cgi / disorder-cgi.h
index 43ad24172d0dae7d08dff3caf53ad15da94a40a2..e9deab21c295b997d1f4e6d55a5eeb5d1f7cbc3c 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