mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 09:20:54 -08:00
(x_check_expected_move): Remove unused var `count'.
This commit is contained in:
parent
de9855d5a3
commit
997482f5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -8340,7 +8340,7 @@ x_check_expected_move (f, expected_left, expected_top)
|
|||
int expected_left;
|
||||
int expected_top;
|
||||
{
|
||||
int count = 0, current_left = 0, current_top = 0;
|
||||
int current_left = 0, current_top = 0;
|
||||
|
||||
/* x_real_positions returns the left and top offsets of the outermost
|
||||
window manager window around the frame. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue