Mercurial > emacs
changeset 83663:246428bdde90
(XlwMenuRealize): Remove unused integer `count'.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 26 Aug 2007 00:22:57 +0000 |
parents | b4474a9f4389 |
children | 5c6d59a142f3 |
files | lwlib/xlwmenu.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/xlwmenu.c Sun Aug 26 00:20:12 2007 +0000 +++ b/lwlib/xlwmenu.c Sun Aug 26 00:22:57 2007 +0000 @@ -1837,7 +1837,6 @@ XlwMenuWidget mw = (XlwMenuWidget)w; XSetWindowAttributes xswa; int mask; - int count; (*xlwMenuWidgetClass->core_class.superclass->core_class.realize) (w, valueMask, attributes);