diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/conf.c b/src/conf.c index df0ac5465..049671c24 100644 --- a/src/conf.c +++ b/src/conf.c @@ -560,15 +560,7 @@ read_rc_file(char *filename, options_t *options) } else if( !strcasecmp(CONF_SHOW_SPLASH, name) ) { - options->show_splash = str2bool(value); - -#ifdef DEBUG - D("screen-list:"); - j=0; - while(options->screen_list[j]) - D(" %s", options->screen_list[j++]); - D("\n"); -#endif + /* the splash screen was removed */ } else if( !strcasecmp(CONF_HOST, name)) { |