diff options
| author | Gerd Moellmann | 2001-03-13 12:38:50 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-13 12:38:50 +0000 |
| commit | 5625f709a4dc8b1c1b5218ed8ef22ec5b51f4e05 (patch) | |
| tree | 4784dbba1f52976a00e7867eef6ce4b423ff4821 | |
| parent | 3d57dbba1d6ebe787a3a6fcd7b0a6a9e3d3d0e6e (diff) | |
| download | emacs-5625f709a4dc8b1c1b5218ed8ef22ec5b51f4e05.tar.gz emacs-5625f709a4dc8b1c1b5218ed8ef22ec5b51f4e05.zip | |
(make_menubar): Take out code in #if 0.
| -rw-r--r-- | lwlib/lwlib-Xm.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c index d380077717a..3489f55c89e 100644 --- a/lwlib/lwlib-Xm.c +++ b/lwlib/lwlib-Xm.c | |||
| @@ -1490,15 +1490,6 @@ make_menubar (instance) | |||
| 1490 | 1490 | ||
| 1491 | ac = 0; | 1491 | ac = 0; |
| 1492 | XtSetArg(al[ac], XmNmenuAccelerator, 0); ++ac; | 1492 | XtSetArg(al[ac], XmNmenuAccelerator, 0); ++ac; |
| 1493 | |||
| 1494 | #if 0 | ||
| 1495 | /* As of 2000-01-17, the LessTif menu bar resizes to height 0 when | ||
| 1496 | all its children are removed, causing an annoying flickering | ||
| 1497 | behavior. Prevent that by not allowing resizing. */ | ||
| 1498 | XtSetArg(al[ac], XmNresizeHeight, False); ++ac; | ||
| 1499 | XtSetArg(al[ac], XmNresizeWidth, False); ++ac; | ||
| 1500 | #endif | ||
| 1501 | |||
| 1502 | return XmCreateMenuBar (instance->parent, instance->info->name, al, ac); | 1493 | return XmCreateMenuBar (instance->parent, instance->info->name, al, ac); |
| 1503 | } | 1494 | } |
| 1504 | 1495 | ||