Finally get rid of bogus outb def

This commit is contained in:
Jeff Teunissen 2000-10-27 10:56:32 +00:00
parent 336d0fbee0
commit 5553c1ab5a

View file

@ -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)
{
}