mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
dead code removal
This commit is contained in:
parent
78fd6d2513
commit
60ca9854aa
1 changed files with 0 additions and 3 deletions
|
@ -299,7 +299,6 @@ X11_ForceMove (int x, int y)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
XMoveWindow (x_disp, x_win, x, y);
|
XMoveWindow (x_disp, x_win, x, y);
|
||||||
// XFlush(x_disp);
|
|
||||||
X11_WaitForEvent (ConfigureNotify);
|
X11_WaitForEvent (ConfigureNotify);
|
||||||
nx = pos_x - x;
|
nx = pos_x - x;
|
||||||
ny = pos_y - y;
|
ny = pos_y - y;
|
||||||
|
@ -310,8 +309,6 @@ X11_ForceMove (int x, int y)
|
||||||
y -= ny;
|
y -= ny;
|
||||||
|
|
||||||
XMoveWindow (x_disp, x_win, x, y);
|
XMoveWindow (x_disp, x_win, x, y);
|
||||||
// XSync (x_disp, false);
|
|
||||||
// this is the best we can do.
|
|
||||||
X11_WaitForEvent (ConfigureNotify);
|
X11_WaitForEvent (ConfigureNotify);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue