summaryrefslogtreecommitdiff
path: root/exa/exa_classic.c
diff options
context:
space:
mode:
Diffstat (limited to 'exa/exa_classic.c')
-rw-r--r--exa/exa_classic.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/exa/exa_classic.c b/exa/exa_classic.c
index 5eebc0812..2a0ac9286 100644
--- a/exa/exa_classic.c
+++ b/exa/exa_classic.c
@@ -64,9 +64,6 @@ exaCreatePixmap_classic(PixmapPtr pPixmap)
Bool ret;
ExaScreenPriv(pScreen);
- if (w > 32767 || h > 32767)
- return FALSE;
-
swap(pExaScr, pScreen, CreatePixmap);
ret = pScreen->CreatePixmap (pPixmap);
swap(pExaScr, pScreen, CreatePixmap);