aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/vendor.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/vendor.c')
-rw-r--r--hardinfo2/vendor.c2
1 files changed, 0 insertions, 2 deletions
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;