* src/xterm.c (x_sync_with_move): Remove redundant XSync. The X
server always handles requests in order.
current_left = 0;
current_top = 0;
- /* In theory, this call to XSync only needs to happen once, but in
- practice, it doesn't seem to work, hence the need for the surrounding
- loop. */
-
- XSync (FRAME_X_DISPLAY (f), False);
+ /* There is no need to call XSync (even when no window manager
+ is present) because x_real_positions already does that
+ implicitly. */
x_real_positions (f, ¤t_left, ¤t_top);
if (fuzzy)