* src/w32fns.c (x_change_tool_bar_height): Remove unused variable frame.
This commit is contained in:
parent
882c3f3651
commit
4466c724ac
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue