misprite: Delete some dead private storage
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
3639ab4ce2
commit
bb82191bcf
|
@ -86,10 +86,6 @@ typedef struct {
|
||||||
/* os layer procedures */
|
/* os layer procedures */
|
||||||
ScreenBlockHandlerProcPtr BlockHandler;
|
ScreenBlockHandlerProcPtr BlockHandler;
|
||||||
|
|
||||||
/* device cursor procedures */
|
|
||||||
DeviceCursorInitializeProcPtr DeviceCursorInitialize;
|
|
||||||
DeviceCursorCleanupProcPtr DeviceCursorCleanup;
|
|
||||||
|
|
||||||
xColorItem colors[2];
|
xColorItem colors[2];
|
||||||
ColormapPtr pInstalledMap;
|
ColormapPtr pInstalledMap;
|
||||||
ColormapPtr pColormap;
|
ColormapPtr pColormap;
|
||||||
|
@ -329,9 +325,6 @@ miSpriteInitialize(ScreenPtr pScreen, miPointerScreenFuncPtr screenFuncs)
|
||||||
|
|
||||||
pScreenPriv->BlockHandler = NULL;
|
pScreenPriv->BlockHandler = NULL;
|
||||||
|
|
||||||
pScreenPriv->DeviceCursorInitialize = pScreen->DeviceCursorInitialize;
|
|
||||||
pScreenPriv->DeviceCursorCleanup = pScreen->DeviceCursorCleanup;
|
|
||||||
|
|
||||||
pScreenPriv->pInstalledMap = NULL;
|
pScreenPriv->pInstalledMap = NULL;
|
||||||
pScreenPriv->pColormap = NULL;
|
pScreenPriv->pColormap = NULL;
|
||||||
pScreenPriv->colors[SOURCE_COLOR].red = 0;
|
pScreenPriv->colors[SOURCE_COLOR].red = 0;
|
||||||
|
|
Loading…
Reference in New Issue