From: Juanma Barranquero Date: Tue, 13 Oct 2015 13:22:50 +0000 (+0200) Subject: * src/w32fns.c (x_change_tool_bar_height): Remove unused variable frame. X-Git-Tag: emacs-25.0.90~1143 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4466c724ac0c37c437fa27c3daa317b3ed08599d;p=emacs.git * src/w32fns.c (x_change_tool_bar_height): Remove unused variable frame. --- diff --git a/src/w32fns.c b/src/w32fns.c index 3773923fe9d..7434215080b 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -1735,7 +1735,6 @@ x_set_tool_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval) void x_change_tool_bar_height (struct frame *f, int height) { - Lisp_Object frame; int unit = FRAME_LINE_HEIGHT (f); int old_height = FRAME_TOOL_BAR_HEIGHT (f); int lines = (height + unit - 1) / unit;