From: Stefan Monnier Date: Tue, 10 Oct 2006 14:37:54 +0000 (+0000) Subject: (x_check_expected_move): Remove unused var `count'. X-Git-Tag: emacs-pretest-22.0.90~170 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=997482f5f4d96d7f6fe7a41c87f8c5bddec0c7cd;p=emacs.git (x_check_expected_move): Remove unused var `count'. --- 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) 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. */