Delete Colormap->devPriv. It isn't used any more.
Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
This commit is contained in:
parent
2e8069dd36
commit
7a63b2db63
|
@ -126,9 +126,7 @@ typedef struct _ColormapRec
|
||||||
Entry *red;
|
Entry *red;
|
||||||
Entry *green;
|
Entry *green;
|
||||||
Entry *blue;
|
Entry *blue;
|
||||||
pointer devPriv;
|
PrivateRec *devPrivates;
|
||||||
PrivateRec *devPrivates; /* dynamic devPrivates added after devPriv
|
|
||||||
already existed - must keep devPriv */
|
|
||||||
} ColormapRec;
|
} ColormapRec;
|
||||||
|
|
||||||
#endif /* COLORMAP_H */
|
#endif /* COLORMAP_H */
|
||||||
|
|
Loading…
Reference in New Issue