From 5e5f78d66b9da304feea50df1cb0648ed07e434e Mon Sep 17 00:00:00 2001 From: David Reveman Date: Thu, 4 Sep 2008 01:56:27 +0200 Subject: [PATCH] Remove unnecessary sync requests. --- hw/dmx/dmxextension.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hw/dmx/dmxextension.c b/hw/dmx/dmxextension.c index f00de9cd8..9c4b6cca0 100644 --- a/hw/dmx/dmxextension.c +++ b/hw/dmx/dmxextension.c @@ -374,9 +374,6 @@ int dmxAddInput(DMXInputAttributesPtr attr, int *id) dmxBERestorePassiveGrab, (pointer) &dmxInputs[i]); } - - /* Force completion of the changes */ - dmxSync(NULL, TRUE); } return retcode; @@ -1675,8 +1672,6 @@ dmxAttachScreen (int idx, dmxBEMapRootWindow(idx); - dmxSync(&dmxScreens[idx], TRUE); - /* We used these to compare the old and new screens. They are no * longer needed since we have a newly attached screen, so we can * now free the old screen's resources. */