From d27010511cc603f49abceb9f39f0f54b8476fb57 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 7 Jan 2009 12:34:45 +0100 Subject: [PATCH] winedos: VGA_SetQuadPalette() is unused so remove it. --- dlls/winedos/vga.c | 15 --------------- dlls/winedos/vga.h | 1 - 2 files changed, 16 deletions(-) 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