--- rxvt-unicode/src/init.C 2011/05/30 18:39:03 1.296 +++ rxvt-unicode/src/init.C 2011/08/19 17:42:09 1.298 @@ -629,15 +629,6 @@ if (rs [i] == resval_undef) rs [i] = 0; -#ifdef HAVE_AFTERIMAGE - set_application_name ((char *)rs[Rs_name]); - set_output_threshold (OUTPUT_LEVEL_WARNING); -#endif - -#ifdef HAVE_PIXBUF - g_type_init (); -#endif - #if ENABLE_PERL if (!rs[Rs_perl_ext_1]) rs[Rs_perl_ext_1] = "default"; @@ -838,16 +829,6 @@ #ifdef BG_IMAGE_FROM_FILE if (rs[Rs_backgroundPixmap]) { - const char *p = rs[Rs_backgroundPixmap]; - - if ((p = strchr (p, ';')) != 0) - { - p++; - bg_set_geometry (p); - } - else - bg_set_default_geometry (); - if (bg_set_file (rs[Rs_backgroundPixmap])) if (!bg_window_position_sensitive ()) update_background ();