diff --git a/source/vid_svgalib.c b/source/vid_svgalib.c index eff2e77..0b94972 100644 --- a/source/vid_svgalib.c +++ b/source/vid_svgalib.c @@ -506,10 +506,6 @@ VID_Init(unsigned char *palette) if (svgalib_inited) return; -#if 0 - Cmd_AddCommand ("gamma", VID_Gamma_f); -#endif - if (UseDisplay) { err = vga_init(); if (err) @@ -705,11 +701,6 @@ void VID_SetCaption (char *text) { } -void outb(unsigned char value, unsigned short port) -{ - __asm__ __volatile__ ("outb %b0,%w1" : : "a" (value) , "Nd" (port)); -} - void VID_HandlePause (qboolean pause) { }