It was never used since first git revision and probably no one cares for it.
ABI break. Signed-off-by: Tiago Vignatti <[email protected]> --- hw/xfree86/fbdevhw/fbdevhw.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/hw/xfree86/fbdevhw/fbdevhw.c b/hw/xfree86/fbdevhw/fbdevhw.c index f160908..bc9a65a 100644 --- a/hw/xfree86/fbdevhw/fbdevhw.c +++ b/hw/xfree86/fbdevhw/fbdevhw.c @@ -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) { -- 1.7.1.226.g770c5 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
