From 517c6ca5a3849f7e9c13b607ad229885ba044c88 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 20 Oct 2005 15:04:13 +0000 Subject: [PATCH] (x_calc_absolute_position): Remove unused vars win_x, win_y. --- src/xterm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 0f18a3ae9fc..41abf1a77e0 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8068,7 +8068,6 @@ void x_calc_absolute_position (f) struct frame *f; { - int win_x = 0, win_y = 0; int flags = f->size_hint_flags; /* We have nothing to do if the current position -- 2.39.5