sna: drop compile-time check for GLYPHPADBYTES == 4

It's always defined to 4, so extra check necessary.

See: xserver commit 17c3347f14822b9f7da4253c71f6ed51be2b38d1
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-06 13:57:54 +01:00
committed by Enrico Weigelt
parent ff03e6981b
commit 25f4892b66

View File

@@ -57,10 +57,6 @@
#error "IMAGE_BYTE_ORDER must be LSBFirst"
#endif
#if GLYPHPADBYTES != 4
#error "GLYPHPADBYTES must be 4"
#endif
#if FB_SHIFT != 5
#error "FB_SHIFT ala LOG2_BITMAP_PAD must be 5"
#endif