comparison src/xterm.c @ 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 f295b430aa3a
children 52c60387f8d4 2d56e13fd23d 8dd8c8286063
comparison
equal deleted inserted replaced
73320:332f0639af48 73321:0266829c1021
8338 x_check_expected_move (f, expected_left, expected_top) 8338 x_check_expected_move (f, expected_left, expected_top)
8339 struct frame *f; 8339 struct frame *f;
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. */
8347 8347
8348 x_real_positions (f, &current_left, &current_top); 8348 x_real_positions (f, &current_left, &current_top);