summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.c b/config.c
index 47155df8..f7384e86 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c,v 1.114 2012-03-19 11:29:14 phintuka Exp $
+ * $Id: config.c,v 1.115 2012-03-19 11:38:43 phintuka Exp $
*
*/
@@ -718,10 +718,12 @@ config_t::config_t() {
force_primary_device = 0;
};
+#if 0
static uint8_t g_hidden_options[sizeof(config_t)] = {0};
static uint8_t g_readonly_options[sizeof(config_t)] = {0};
uint8_t *config_t::hidden_options = &g_hidden_options[0];
uint8_t *config_t::readonly_options = &g_readonly_options[0];
+#endif
cString config_t::m_ProcessedArgs;
bool config_t::ProcessArg(const char *Name, const char *Value)