aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-10-20 15:04:13 +0000
committerKim F. Storm2005-10-20 15:04:13 +0000
commit517c6ca5a3849f7e9c13b607ad229885ba044c88 (patch)
tree743744cf5a5762909947f500f6382ef197805869 /src
parente58e5c503fb525017b04a11bfae8ccddf04f3df0 (diff)
downloademacs-517c6ca5a3849f7e9c13b607ad229885ba044c88.tar.gz
emacs-517c6ca5a3849f7e9c13b607ad229885ba044c88.zip
(x_calc_absolute_position): Remove unused vars win_x, win_y.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c1
1 files changed, 0 insertions, 1 deletions
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
8068x_calc_absolute_position (f) 8068x_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