summary refs log tree commit diff stats
path: root/plugins/sysinfo/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sysinfo/parse.h')
-rw-r--r--plugins/sysinfo/parse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/sysinfo/parse.h b/plugins/sysinfo/parse.h
index 154fa8c4..eb7a1362 100644
--- a/plugins/sysinfo/parse.h
+++ b/plugins/sysinfo/parse.h
@@ -33,7 +33,6 @@ int xs_parse_meminfo(unsigned long long *mem_tot, unsigned long long *mem_free,
 int xs_parse_video(char *vid_card);
 int xs_parse_agpbridge(char *agp_bridge);
 int xs_parse_ether(char *ethernet_card);
-int xs_parse_xmms_info(char **title, unsigned int *songtime, unsigned int *playtime);
 int xs_parse_distro(char *name);
 int xs_parse_hwmon_chip(char *chip);
 int xs_parse_hwmon_temp(char *temp, unsigned int *sensor);