aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorStefan Monnier2006-10-10 14:37:54 +0000
committerStefan Monnier2006-10-10 14:37:54 +0000
commit997482f5f4d96d7f6fe7a41c87f8c5bddec0c7cd (patch)
tree638cf024515ea7de35e18f254da3a23f045d1a24 /src/xterm.c
parentde9855d5a3ca490f67933aa1ae5a88f571199626 (diff)
downloademacs-997482f5f4d96d7f6fe7a41c87f8c5bddec0c7cd.tar.gz
emacs-997482f5f4d96d7f6fe7a41c87f8c5bddec0c7cd.zip
(x_check_expected_move): Remove unused var `count'.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
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. */