diff options
Diffstat (limited to 'hw/kdrive/trio/s3curs.c')
-rw-r--r-- | hw/kdrive/trio/s3curs.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/kdrive/trio/s3curs.c b/hw/kdrive/trio/s3curs.c index 60e72c687..20afad756 100644 --- a/hw/kdrive/trio/s3curs.c +++ b/hw/kdrive/trio/s3curs.c @@ -277,11 +277,7 @@ s3RealizeCursor (ScreenPtr pScreen, CursorPtr pCursor) { if (pCursor) { -#ifdef FB_OLD_SCREEN - short x, y; -#else int x, y; -#endif miPointerPosition (&x, &y); s3LoadCursor (pScreen, x, y); @@ -376,11 +372,7 @@ s3CursorEnable (ScreenPtr pScreen) { if (pCurPriv->pCursor) { -#ifdef FB_OLD_SCREEN - short x, y; -#else int x, y; -#endif miPointerPosition (&x, &y); s3LoadCursor (pScreen, x, y); |