xfree86: fbdevhw: remove unused cmap fields from main structure
It was never used since first git revision and probably no one cares for it. ABI break. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
317e491e06
commit
66105d8281
|
@ -96,12 +96,6 @@ typedef struct {
|
||||||
/* saved video mode */
|
/* saved video mode */
|
||||||
struct fb_var_screeninfo saved_var;
|
struct fb_var_screeninfo saved_var;
|
||||||
|
|
||||||
/* FIXME: unused??? [geert] */
|
|
||||||
struct fb_cmap saved_cmap;
|
|
||||||
unsigned short *saved_red;
|
|
||||||
unsigned short *saved_green;
|
|
||||||
unsigned short *saved_blue;
|
|
||||||
|
|
||||||
/* buildin video mode */
|
/* buildin video mode */
|
||||||
DisplayModeRec buildin;
|
DisplayModeRec buildin;
|
||||||
|
|
||||||
|
@ -806,8 +800,6 @@ fbdevHWModeInit(ScrnInfoPtr pScrn, DisplayModePtr mode)
|
||||||
|
|
||||||
/* -------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------- */
|
||||||
/* video mode save/restore */
|
/* video mode save/restore */
|
||||||
|
|
||||||
/* TODO: colormap */
|
|
||||||
void
|
void
|
||||||
fbdevHWSave(ScrnInfoPtr pScrn)
|
fbdevHWSave(ScrnInfoPtr pScrn)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue