summaryrefslogtreecommitdiff
path: root/src/savage_cursor.c
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2011-01-23 15:49:57 +0100
committerAlex Deucher <alexdeucher@gmail.com>2011-01-25 13:27:36 -0500
commit6f8aa9c90cccbd893323f5f1892958b7f46e400d (patch)
treea1e56840dd4e33670efc89ac7a8053f7e1a53027 /src/savage_cursor.c
parentdf8059025cafadaeea7672842d31134ed8c9c5df (diff)
savage: Drop unused variables and functions
Silence -Wall warnings. The functions are just #if'ed out, to be left for inspiration.
Diffstat (limited to 'src/savage_cursor.c')
-rw-r--r--src/savage_cursor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/savage_cursor.c b/src/savage_cursor.c
index 1af2449..4d193eb 100644
--- a/src/savage_cursor.c
+++ b/src/savage_cursor.c
@@ -79,6 +79,7 @@ static void SavageSetCursorColors(ScrnInfoPtr pScrn, int bg, int fg);
* the HW cursor position.
*/
+#if 0
static Bool
SavageUseHWCursor(ScreenPtr pScr, CursorPtr pCurs)
{
@@ -94,6 +95,7 @@ SavageUseHWCursor(ScreenPtr pScr, CursorPtr pCurs)
}
return TRUE;
}
+#endif
Bool
SavageHWCursorInit(ScreenPtr pScreen)