diff --git a/dlls/winedos/vga.c b/dlls/winedos/vga.c index f4cf2764f57..6f71cf576ef 100644 --- a/dlls/winedos/vga.c +++ b/dlls/winedos/vga.c @@ -929,21 +929,6 @@ void VGA_Get16Palette(char *Table) memcpy( vga_16_palette, Table, 17 ); /* copy the entries into the table */ } -void VGA_SetQuadPalette(RGBQUAD*color,int start,int len) -{ - PALETTEENTRY pal[256]; - int c; - - if (!lpddraw) return; - for (c=0; c