mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(XlwMenuRealize): Remove unused integer `count'.
This commit is contained in:
parent
1d500964e8
commit
5abfd5d946
1 changed files with 0 additions and 1 deletions
|
|
@ -1837,7 +1837,6 @@ XlwMenuRealize (w, valueMask, attributes)
|
|||
XlwMenuWidget mw = (XlwMenuWidget)w;
|
||||
XSetWindowAttributes xswa;
|
||||
int mask;
|
||||
int count;
|
||||
|
||||
(*xlwMenuWidgetClass->core_class.superclass->core_class.realize)
|
||||
(w, valueMask, attributes);
|
||||
|
|
|
|||
Loading…
Reference in a new issue