diff options
author | infirit <[email protected]> | 2015-07-07 10:51:13 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-07-07 10:51:13 +0200 |
commit | d8579bd621de7940780565343d4d8df7c50f9403 (patch) | |
tree | 3ee4a4a60de6dcf6ce6f53c7373ad2807ba50a44 | |
parent | 11b799a91eaee727dba44db6e206b75e9918b031 (diff) | |
download | mate-sensors-applet-d8579bd621de7940780565343d4d8df7c50f9403.tar.bz2 mate-sensors-applet-d8579bd621de7940780565343d4d8df7c50f9403.tar.xz |
Remove unused variable
-rw-r--r-- | plugins/hddtemp/hddtemp-plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/hddtemp/hddtemp-plugin.c b/plugins/hddtemp/hddtemp-plugin.c index 6822338..2adf692 100644 --- a/plugins/hddtemp/hddtemp-plugin.c +++ b/plugins/hddtemp/hddtemp-plugin.c @@ -62,7 +62,6 @@ static const gchar *hddtemp_plugin_query_hddtemp_daemon(GError **error) { gchar *pc; struct sockaddr_in address; - static char* buffer = NULL; static GTimeVal previous_query_time; GTimeVal current_query_time; |