# HG changeset patch # User Pavel Jank # Date 1002522662 0 # Node ID 45d46b88cdd16e9aea16160c5b4157a3fb1dbc32 # Parent b795caab9fca6b4a2e07966d65acb70dc4a056d9 USE_LUCID can be defined iff USE_X_TOOLKIT is defined. (xm_scroll_callback) [USE_MOTIF]: Remove unused variable `percent'. (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Remove unused variable `sb'. diff -r b795caab9fca -r 45d46b88cdd1 src/xterm.c --- a/src/xterm.c Mon Oct 08 06:13:07 2001 +0000 +++ b/src/xterm.c Mon Oct 08 06:31:02 2001 +0000 @@ -8252,7 +8252,7 @@ } -#if defined USE_X_TOOLKIT && defined USE_LUCID +#if defined USE_LUCID /* Return the Lucid menu bar WINDOW is part of. Return null if WINDOW is not part of a menu bar. */ @@ -8277,7 +8277,7 @@ return NULL; } -#endif /* USE_X_TOOLKIT && USE_LUCID */ +#endif /* USE_LUCID */ /************************************************************************ @@ -8484,7 +8484,6 @@ { struct scroll_bar *bar = (struct scroll_bar *) client_data; XmScrollBarCallbackStruct *cs = (XmScrollBarCallbackStruct *) call_data; - double percent; int part = -1, whole = 0, portion = 0; switch (cs->reason) @@ -8870,7 +8869,6 @@ #ifdef USE_MOTIF { int size, value; - XmScrollBarWidget sb; /* Slider size. Must be in the range [1 .. MAX - MIN] where MAX is the scroll bar's maximum and MIN is the scroll bar's minimum @@ -10293,7 +10291,7 @@ #ifndef USE_TOOLKIT_SCROLL_BARS struct scroll_bar *bar; #endif -#if defined USE_X_TOOLKIT && defined USE_LUCID +#if defined USE_LUCID /* Submenus of the Lucid menu bar aren't widgets themselves, so there's no way to dispatch events to them. Recognize this case separately. */ @@ -10303,8 +10301,8 @@ if (widget) xlwmenu_redisplay (widget); } -#endif /* USE_X_TOOLKIT && USE_LUCID */ - +#endif /* USE_LUCID */ + #ifdef USE_TOOLKIT_SCROLL_BARS /* Dispatch event to the widget. */ goto OTHER;