1
0
Fork 0

Remove pointless switch causing warnings

This commit is contained in:
Patryk Obara 2019-11-04 08:53:08 +01:00 committed by Patryk Obara
parent 19b8902db3
commit e831d0b090

View file

@ -576,10 +576,6 @@ void INT10_SetupVESA(void) {
for (i=0;i<len;i++) {
phys_writeb(0xc0000+int10.rom.used++,string_oem[i]);
}
switch (svgaCard) {
case SVGA_S3Trio:
break;
}
/* Prepare the real mode interface */
int10.rom.wait_retrace=RealMake(0xc000,int10.rom.used);
int10.rom.used += (Bit16u)CALLBACK_Setup(0, NULL, CB_VESA_WAIT, PhysMake(0xc000,int10.rom.used), "");