diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index a75140fb9e3..856fbef435b 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8638,7 +8638,7 @@ x_check_expected_move (f, expected_left, expected_top) | |||
| 8638 | int expected_left; | 8638 | int expected_left; |
| 8639 | int expected_top; | 8639 | int expected_top; |
| 8640 | { | 8640 | { |
| 8641 | int count = 0, current_left = 0, current_top = 0; | 8641 | int current_left = 0, current_top = 0; |
| 8642 | 8642 | ||
| 8643 | /* x_real_positions returns the left and top offsets of the outermost | 8643 | /* x_real_positions returns the left and top offsets of the outermost |
| 8644 | window manager window around the frame. */ | 8644 | window manager window around the frame. */ |