comparison src/xterm.c @ 66240:a96ce8c249cd

(x_calc_absolute_position): Remove unused vars win_x, win_y.
author Kim F. Storm <storm@cua.dk>
date Thu, 20 Oct 2005 15:04:13 +0000
parents 870f6c72cfc4
children e81cb0b6850a 732c5740ca8f 0ca0d9181b5e
comparison
equal deleted inserted replaced
66239:c5b2598edd74 66240:a96ce8c249cd
8066 8066
8067 void 8067 void
8068 x_calc_absolute_position (f) 8068 x_calc_absolute_position (f)
8069 struct frame *f; 8069 struct frame *f;
8070 { 8070 {
8071 int win_x = 0, win_y = 0;
8072 int flags = f->size_hint_flags; 8071 int flags = f->size_hint_flags;
8073 8072
8074 /* We have nothing to do if the current position 8073 /* We have nothing to do if the current position
8075 is already for the top-left corner. */ 8074 is already for the top-left corner. */
8076 if (! ((flags & XNegative) || (flags & YNegative))) 8075 if (! ((flags & XNegative) || (flags & YNegative)))