aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-08-26 00:22:57 +0000
committerGlenn Morris2007-08-26 00:22:57 +0000
commit5abfd5d9469405ff4b706b72dd1eeefd7f5a7661 (patch)
tree529340909a2ae144b6aad73e272bb1328b7e2fd2
parent1d500964e88b5b5af4366a1dab01a47c79b94209 (diff)
downloademacs-5abfd5d9469405ff4b706b72dd1eeefd7f5a7661.tar.gz
emacs-5abfd5d9469405ff4b706b72dd1eeefd7f5a7661.zip
(XlwMenuRealize): Remove unused integer `count'.
-rw-r--r--lwlib/xlwmenu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c
index 02ba4520d5c..40a88fcced5 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -1837,7 +1837,6 @@ XlwMenuRealize (w, valueMask, attributes)
1837 XlwMenuWidget mw = (XlwMenuWidget)w; 1837 XlwMenuWidget mw = (XlwMenuWidget)w;
1838 XSetWindowAttributes xswa; 1838 XSetWindowAttributes xswa;
1839 int mask; 1839 int mask;
1840 int count;
1841 1840
1842 (*xlwMenuWidgetClass->core_class.superclass->core_class.realize) 1841 (*xlwMenuWidgetClass->core_class.superclass->core_class.realize)
1843 (w, valueMask, attributes); 1842 (w, valueMask, attributes);