Remove accidentally included debug stuff.
Noticed by: jhb
This commit is contained in:
parent
8b2456392d
commit
195d6aa050
@ -672,8 +672,6 @@ vesa_bios_init(void)
|
||||
continue;
|
||||
|
||||
/* reject unsupported modes */
|
||||
#define DOTHIS 1
|
||||
#ifdef DOTHIS
|
||||
#if 0
|
||||
if ((vmode.v_modeattr & (V_MODESUPP | V_MODEOPTINFO
|
||||
| V_MODENONVGA))
|
||||
@ -691,7 +689,6 @@ vesa_bios_init(void)
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
#endif /* DOTHIS */
|
||||
|
||||
/* expand the array if necessary */
|
||||
if (modes >= vesa_vmode_max) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user