From 8d601c64d53f3fa7c7f1ea31bd041e8544d9f464 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 7 Nov 2009 16:14:06 +0100 Subject: apply gui settings without restarting player --- conf.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 2a374193..378309b3 100644 --- a/conf.c +++ b/conf.c @@ -67,19 +67,6 @@ conf_load (void) { *p = 0; // new items are appended, to preserve order conf_set_str (str, value); -#if 0 - DB_conf_item_t *it = malloc (sizeof (DB_conf_item_t)); - memset (it, 0, sizeof (DB_conf_item_t)); - it->key = strdup (str); - it->value = strdup (value); - if (!tail) { - conf_items = it; - } - else { - tail->next = it; - } - tail = it; -#endif } fclose (fp); changed = 0; -- cgit v1.2.3