diff options
| author | Stefan Monnier | 2006-10-10 14:37:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-10-10 14:37:54 +0000 |
| commit | 997482f5f4d96d7f6fe7a41c87f8c5bddec0c7cd (patch) | |
| tree | 638cf024515ea7de35e18f254da3a23f045d1a24 /src | |
| parent | de9855d5a3ca490f67933aa1ae5a88f571199626 (diff) | |
| download | emacs-997482f5f4d96d7f6fe7a41c87f8c5bddec0c7cd.tar.gz emacs-997482f5f4d96d7f6fe7a41c87f8c5bddec0c7cd.zip | |
(x_check_expected_move): Remove unused var `count'.
Diffstat (limited to 'src')
| -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 9858d55f4d5..574e8eb4f15 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8340,7 +8340,7 @@ x_check_expected_move (f, expected_left, expected_top) | |||
| 8340 | int expected_left; | 8340 | int expected_left; |
| 8341 | int expected_top; | 8341 | int expected_top; |
| 8342 | { | 8342 | { |
| 8343 | int count = 0, current_left = 0, current_top = 0; | 8343 | int current_left = 0, current_top = 0; |
| 8344 | 8344 | ||
| 8345 | /* x_real_positions returns the left and top offsets of the outermost | 8345 | /* x_real_positions returns the left and top offsets of the outermost |
| 8346 | window manager window around the frame. */ | 8346 | window manager window around the frame. */ |