Remove (now) redundant assignments.
authorayin <ayin>
Mon, 13 Aug 2007 07:17:48 +0000 (07:17 +0000)
committerayin <ayin>
Mon, 13 Aug 2007 07:17:48 +0000 (07:17 +0000)
src/init.C

index 241092fd9032817ec8b57ce283cb7ae7e7b9fbd4..f3f4cf4f4ea2346eef78ae6fa8a949a345e077c2 100644 (file)
@@ -910,18 +910,14 @@ rxvt_term::create_windows (int argc, const char *const *argv)
     {
       if (XInternAtom (dpy, "_MOTIF_WM_INFO", True) == None)
         {
-          /*     print_warning("Window Manager does not support MWM hints.  Bypassing window manager control for borderless window.\n");*/
+          // rxvt_warn("Window Manager does not support MWM hints.  Bypassing window manager control for borderless window.\n");
           attributes.override_redirect = true;
-          mwmhints.flags = 0;
         }
       else
         {
           mwmhints.flags = MWM_HINTS_DECORATIONS;
-          mwmhints.decorations = 0;
         }
     }
-  else
-    mwmhints.flags = 0;
 #endif
 
 #if ENABLE_XEMBED