Mercurial > hg > xemacs-beta
diff src/toolbar-common.c @ 2212:51a17f29fab3
[xemacs-hg @ 2004-08-12 14:51:34 by james]
Remove unused local variables.
author | james |
---|---|
date | Thu, 12 Aug 2004 14:51:35 +0000 |
parents | c15f25529e61 |
children | 3d8143fc88e1 |
line wrap: on
line diff
--- a/src/toolbar-common.c Wed Aug 11 21:50:40 2004 +0000 +++ b/src/toolbar-common.c Thu Aug 12 14:51:35 2004 +0000 @@ -167,7 +167,7 @@ int shadow_thickness = 2; int x_adj, y_adj, width_adj, height_adj; struct device *d = XDEVICE (f->device); - Lisp_Object instance, frame, window, glyph; + Lisp_Object instance, window, glyph; struct toolbar_button *tb = XTOOLBAR_BUTTON (button); struct Lisp_Image_Instance *p; struct window *w; @@ -190,7 +190,6 @@ height_adj = - 2 * border_width; } - frame = wrap_frame (f); window = FRAME_LAST_NONMINIBUF_WINDOW (f); w = XWINDOW (window);