changeset 73321:0266829c1021

(x_check_expected_move): Remove unused var `count'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 10 Oct 2006 14:37:54 +0000
parents 332f0639af48
children d0bb9a8883d1
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Tue Oct 10 14:22:46 2006 +0000
+++ b/src/xterm.c	Tue Oct 10 14:37:54 2006 +0000
@@ -8340,7 +8340,7 @@
      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.  */