summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-09-01 18:41:43 -0300
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-09-01 18:41:43 -0300
commite111c85d6cca3f2206b6bce119b284edccf0cd4f (patch)
tree84b82cfac12a5b4c1e708a30365b2f35fe1fc64e
parentb23c5c5e434aaba2128abcae61a8564a62d2e7a1 (diff)
Don't pretend this driver compiles on XFree86.
Either remove check for XF86_VERSION_CURRENT or at least add the implementation of RegionsEqual() to smi_video.c.
-rw-r--r--src/smi_video.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/smi_video.c b/src/smi_video.c
index 7d3ffab..f842747 100644
--- a/src/smi_video.c
+++ b/src/smi_video.c
@@ -66,12 +66,6 @@ The default value can be set with the driver option Interlaced
*/
-#ifdef XF86_VERSION_CURRENT
-# if XF86_VERSION_CURRENT < XF86_VERSION_NUMERIC(4,3,99,0,0)
-# define REGION_EQUAL(pScreen, r1, r2) RegionsEqual(r1, r2))
-# endif
-#endif
-
#undef MIN
#undef ABS
#undef CLAMP