diff options
author | Tormod Volden <debian.tormod@gmail.com> | 2011-01-23 15:49:57 +0100 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-01-25 13:27:36 -0500 |
commit | 6f8aa9c90cccbd893323f5f1892958b7f46e400d (patch) | |
tree | a1e56840dd4e33670efc89ac7a8053f7e1a53027 /src/savage_cursor.c | |
parent | df8059025cafadaeea7672842d31134ed8c9c5df (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.c | 2 |
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) |