mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
fb_generic: remove unused VT switching / restoring code
This commit is contained in:
committed by
M. Liebmann
parent
b04b1d7f8c
commit
d498917594
@@ -113,7 +113,7 @@ class CFrameBuffer : public sigc::trackable
|
||||
std::string backgroundFilename;
|
||||
bool useBackgroundPaint;
|
||||
unsigned int xRes, yRes, stride, bpp;
|
||||
t_fb_var_screeninfo screeninfo, oldscreen;
|
||||
t_fb_var_screeninfo screeninfo;
|
||||
fb_cmap cmap;
|
||||
__u16 red[256], green[256], blue[256], trans[256];
|
||||
|
||||
|
Reference in New Issue
Block a user