mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 19:40:15 +01:00
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
1 changed files with 0 additions and 7 deletions
|
|
@ -86,10 +86,6 @@ typedef struct {
|
|||
/* os layer procedures */
|
||||
ScreenBlockHandlerProcPtr BlockHandler;
|
||||
|
||||
/* device cursor procedures */
|
||||
DeviceCursorInitializeProcPtr DeviceCursorInitialize;
|
||||
DeviceCursorCleanupProcPtr DeviceCursorCleanup;
|
||||
|
||||
xColorItem colors[2];
|
||||
ColormapPtr pInstalledMap;
|
||||
ColormapPtr pColormap;
|
||||
|
|
@ -329,9 +325,6 @@ miSpriteInitialize(ScreenPtr pScreen, miPointerScreenFuncPtr screenFuncs)
|
|||
|
||||
pScreenPriv->BlockHandler = NULL;
|
||||
|
||||
pScreenPriv->DeviceCursorInitialize = pScreen->DeviceCursorInitialize;
|
||||
pScreenPriv->DeviceCursorCleanup = pScreen->DeviceCursorCleanup;
|
||||
|
||||
pScreenPriv->pInstalledMap = NULL;
|
||||
pScreenPriv->pColormap = NULL;
|
||||
pScreenPriv->colors[SOURCE_COLOR].red = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue