]> git.eshelyaron.com Git - emacs.git/commitdiff
(make_menubar): Take out code in #if 0.
authorGerd Moellmann <gerd@gnu.org>
Tue, 13 Mar 2001 12:38:50 +0000 (12:38 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 13 Mar 2001 12:38:50 +0000 (12:38 +0000)
lwlib/lwlib-Xm.c

index d380077717acc0215a77dfcee0ec4cc14cc3a42c..3489f55c89e7f444f261c09af53c779d099ff80e 100644 (file)
@@ -1490,15 +1490,6 @@ make_menubar (instance)
 
   ac = 0;
   XtSetArg(al[ac], XmNmenuAccelerator, 0); ++ac;
-
-#if 0
-  /* As of 2000-01-17, the LessTif menu bar resizes to height 0 when
-     all its children are removed, causing an annoying flickering
-     behavior.  Prevent that by not allowing resizing.  */
-  XtSetArg(al[ac], XmNresizeHeight, False); ++ac;
-  XtSetArg(al[ac], XmNresizeWidth, False); ++ac;
-#endif
-  
   return XmCreateMenuBar (instance->parent, instance->info->name, al, ac);
 }