diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 07:15:48 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 07:15:48 +0200 |
commit | bc57507a4ceee92050a5eb8ac17dfd8b5d264b7a (patch) | |
tree | 9d353a8ab23d1116a8de0c38927493b2afc66882 /plugins/sysinfo/parse.h | |
parent | 187351fa61e0ec9e8fe396de7a1d72a3a67d328f (diff) |
Add Arch patches to SysInfo-Unix and rebrand it
Diffstat (limited to 'plugins/sysinfo/parse.h')
-rw-r--r-- | plugins/sysinfo/parse.h | 1 |
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); |