From 7ffef14130b8f8e16031338aca4fcfb174d46075 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 4 Jan 2010 22:48:48 -0200 Subject: Fix all compilation warnings (now being treated as errors). --- hardinfo2/vendor.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hardinfo2/vendor.c') diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index 1c5a6d2c..86dba97a 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -159,7 +159,6 @@ void vendor_init(void) const gchar *vendor_get_name(const gchar * id) { GSList *vendor; - int i; if (!id) { return NULL; @@ -179,7 +178,6 @@ const gchar *vendor_get_name(const gchar * id) const gchar *vendor_get_url(const gchar * id) { GSList *vendor; - int i; if (!id) { return NULL; -- cgit v1.2.3