summaryrefslogtreecommitdiff
path: root/src/ct_cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ct_cursor.c')
-rw-r--r--src/ct_cursor.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ct_cursor.c b/src/ct_cursor.c
index 03dfb69..3598bd2 100644
--- a/src/ct_cursor.c
+++ b/src/ct_cursor.c
@@ -45,20 +45,7 @@
#include "ct_driver.h"
/* Sync function, maybe this should check infoRec->NeedToSync before syncing */
-#ifdef HAVE_XAA_H
-#define CURSOR_SYNC(pScrn) \
- if (IS_HiQV(cPtr)) { \
- CHIPSHiQVSync(pScrn); \
- } else { \
- if(!cPtr->UseMMIO) { \
- CHIPSSync(pScrn); \
- } else { \
- CHIPSMMIOSync(pScrn); \
- } \
- }
-#else
#define CURSOR_SYNC(pScrn)
-#endif
/* Swing your cursor bytes round and round... yeehaw! */
#if X_BYTE_ORDER == X_BIG_ENDIAN