summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-04-27 16:27:55 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2010-05-18 13:53:15 +0300
commitc3ba199aa643e59abd30170c53fbb4e03077c377 (patch)
tree12fb842d42cad760d244309b763a2979542e5f04
parent9db63e4766bde07ebc375c4390bcc5c854b46ac3 (diff)
render: remove unused animcursor fields from private rec
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--render/animcur.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/render/animcur.c b/render/animcur.c
index f1e86f292..83211cc3b 100644
--- a/render/animcur.c
+++ b/render/animcur.c
@@ -58,10 +58,6 @@ typedef struct _AnimCur {
} AnimCurRec, *AnimCurPtr;
typedef struct _AnimScrPriv {
- CursorPtr pCursor;
- int elt;
- CARD32 time;
-
CloseScreenProcPtr CloseScreen;
ScreenBlockHandlerProcPtr BlockHandler;