diff options
author | Dan Williams <dcbw@redhat.com> | 2007-05-09 13:31:15 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2007-05-09 13:31:15 -0600 |
commit | 8fa5d1e3653f91c0c1409147f7292463554dd9f9 (patch) | |
tree | 6d0ef19239f12c39199d44c9ef520bf0fb8418d2 /src/amd_lx_cursor.c | |
parent | 0af46deb156c1d4bdc7c3378c70bb9ef696a4886 (diff) |
Eliminate the first round of warnings discovered with -Wall
Diffstat (limited to 'src/amd_lx_cursor.c')
-rw-r--r-- | src/amd_lx_cursor.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/amd_lx_cursor.c b/src/amd_lx_cursor.c index f66f62d..1e49822 100644 --- a/src/amd_lx_cursor.c +++ b/src/amd_lx_cursor.c @@ -35,12 +35,8 @@ #include "amd.h" /* Forward declarations of the functions */ -Bool LXHWCursorInit(ScreenPtr pScrn); static void LXSetCursorColors(ScrnInfoPtr pScrni, int bg, int fg); static void LXSetCursorPosition(ScrnInfoPtr pScrni, int x, int y); -void LXLoadCursorImage(ScrnInfoPtr pScrni, unsigned char *src); -void LXHideCursor(ScrnInfoPtr pScrni); -void LXShowCursor(ScrnInfoPtr pScrni); static Bool LXUseHWCursor(ScreenPtr pScrn, CursorPtr pCurs); extern void LXSetVideoPosition(int x, int y, int width, int height, short src_w, short src_h, short drw_w, @@ -84,7 +80,6 @@ LXSetCursorColors(ScrnInfoPtr pScrni, int bg, int fg) static void LXSetCursorPosition(ScrnInfoPtr pScrni, int x, int y) { - static unsigned long panOffset = 0; GeodeRec *pGeode = GEODEPTR(pScrni); int savex, savey; int newX, newY; |