* src/w32fns.c (x_change_tool_bar_height): Remove unused variable frame.

This commit is contained in:
Juanma Barranquero 2015-10-13 15:22:50 +02:00
parent 882c3f3651
commit 4466c724ac

View file

@ -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;