framebuffer/configure: remove unused --restore-prev-mode

this is unused, untested and most likely not working at all
This commit is contained in:
Stefan Seyfried
2017-02-04 11:35:05 +01:00
committed by M. Liebmann
parent 2498ebb314
commit c695ae8ea8
2 changed files with 0 additions and 9 deletions

View File

@@ -409,11 +409,6 @@ CFrameBuffer::~CFrameBuffer()
}
#if 0
#ifdef RETURN_FROM_GRAPHICS_MODE
if (-1 == ioctl(tty,KDSETMODE, kd_mode))
perror("ioctl KDSETMODE");
#endif
if (-1 == ioctl(tty,VT_SETMODE, &vt_mode))
perror("ioctl VT_SETMODE");