From 6927a2250706ea5b013d280e85491c26ca4f8c99 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Thu, 12 Mar 2020 11:15:31 +0800 Subject: [PATCH] cleanup --- src/newgal/fbcon/fbvideo.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/newgal/fbcon/fbvideo.h b/src/newgal/fbcon/fbvideo.h index d0c4140e..45f2552f 100644 --- a/src/newgal/fbcon/fbvideo.h +++ b/src/newgal/fbcon/fbvideo.h @@ -74,16 +74,6 @@ struct GAL_PrivateVideoData { int saved_cmaplen; __u16 *saved_cmap; -#if 0 - int current_vt; - int saved_vt; - int keyboard_fd; - int saved_kbd_mode; - struct termios saved_kbd_termios; - - int mouse_fd; -#endif - #ifdef _MGHAVE_PCIACCESS int pci_accel_driver; #endif