summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/isa/vesa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c
index 09d2a7d..0fa16b5 100644
--- a/sys/i386/isa/vesa.c
+++ b/sys/i386/isa/vesa.c
@@ -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) {
OpenPOWER on IntegriCloud