From 72f82d096c05dc97b26f9ca30093343161dc4444 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 11 Dec 2014 09:57:11 -0500 Subject: Fix some warnings in xsys - Remove unused code - Fix leak --- plugins/sysinfo/parse.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/sysinfo/parse.h') diff --git a/plugins/sysinfo/parse.h b/plugins/sysinfo/parse.h index 27aac7da..600793de 100644 --- a/plugins/sysinfo/parse.h +++ b/plugins/sysinfo/parse.h @@ -34,7 +34,5 @@ int xs_parse_video(char *vid_card); int xs_parse_agpbridge(char *agp_bridge); int xs_parse_ether(char *ethernet_card); int xs_parse_distro(char *name); -int xs_parse_hwmon_chip(char *chip); -int xs_parse_hwmon_temp(char *temp, unsigned int *sensor); #endif -- cgit 1.4.1