diff options
-rw-r--r-- | randr/rroutput.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/randr/rroutput.c b/randr/rroutput.c index 0a211e572..0ae7873e2 100644 --- a/randr/rroutput.c +++ b/randr/rroutput.c @@ -588,11 +588,6 @@ ProcRRSetOutputPrimary(ClientPtr client) return RRErrorBase + BadRROutput; } - if (output->crtc) { - client->errorValue = stuff->output; - return BadMatch; - } - if (output->pScreen != pWin->drawable.pScreen) { client->errorValue = stuff->window; return BadMatch; |