From 4f85e2d257d6a390fa6569803340c8c21a18ffc9 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 27 Aug 2008 10:05:02 +0200 Subject: [PATCH] onewire plugin: Remove the "Alias" config option. It's not implemented and not documented and it's easy enough to add back in when somebody cares to implement it. --- src/onewire.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/onewire.c b/src/onewire.c index 77fe08ca..dd7f527d 100644 --- a/src/onewire.c +++ b/src/onewire.c @@ -62,7 +62,6 @@ static char *device_g = NULL; static const char *config_keys[] = { - "Alias", "Device", "IgnoreSelected", "Sensor", @@ -105,10 +104,6 @@ static int cow_load_config (const char *key, const char *value) sfree (device_g); device_g = temp; } - else if (strcasecmp (key, "Alias") == 0) - { - /* azogtodo alias-list */ - } else { return (-1); -- 2.11.0