diff options
| author | Juanma Barranquero | 2015-10-13 15:22:50 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2015-10-13 15:22:50 +0200 |
| commit | 4466c724ac0c37c437fa27c3daa317b3ed08599d (patch) | |
| tree | 029680be603259632e59e63acf560189678c5b83 /src | |
| parent | 882c3f365166b77040655c8091ca1010446e8a07 (diff) | |
| download | emacs-4466c724ac0c37c437fa27c3daa317b3ed08599d.tar.gz emacs-4466c724ac0c37c437fa27c3daa317b3ed08599d.zip | |
* src/w32fns.c (x_change_tool_bar_height): Remove unused variable frame.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
| 1735 | void | 1735 | void |
| 1736 | x_change_tool_bar_height (struct frame *f, int height) | 1736 | x_change_tool_bar_height (struct frame *f, int height) |
| 1737 | { | 1737 | { |
| 1738 | Lisp_Object frame; | ||
| 1739 | int unit = FRAME_LINE_HEIGHT (f); | 1738 | int unit = FRAME_LINE_HEIGHT (f); |
| 1740 | int old_height = FRAME_TOOL_BAR_HEIGHT (f); | 1739 | int old_height = FRAME_TOOL_BAR_HEIGHT (f); |
| 1741 | int lines = (height + unit - 1) / unit; | 1740 | int lines = (height + unit - 1) / unit; |