mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 08:29:23 +00:00
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:
@@ -96,12 +96,6 @@ typedef struct {
|
||||
/* saved video mode */
|
||||
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 */
|
||||
DisplayModeRec buildin;
|
||||
|
||||
@@ -806,8 +800,6 @@ fbdevHWModeInit(ScrnInfoPtr pScrn, DisplayModePtr mode)
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/* video mode save/restore */
|
||||
|
||||
/* TODO: colormap */
|
||||
void
|
||||
fbdevHWSave(ScrnInfoPtr pScrn)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user