Less compile errors please.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3560 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-07-18 12:53:43 +00:00
parent b3543a3b19
commit 48457fdfec
3 changed files with 0 additions and 51 deletions

View File

@ -122,15 +122,6 @@ void GL_DoSwap(void)
{
}
void GLVID_ForceLockState(int i)
{
}
int GLVID_ForceUnlockedAndReturnState(void)
{
return 0;
}
void GLVID_SetPalette (unsigned char *palette)
{
qbyte *pal;

View File

@ -638,31 +638,6 @@ void GLVID_ShiftPalette (unsigned char *palette)
}
}
void GLD_BeginDirectRect (int x, int y, qbyte *pbitmap, int width, int height)
{
}
void GLD_EndDirectRect (int x, int y, int width, int height)
{
}
void GLVID_UnlockBuffer(void)
{
}
void GLVID_LockBuffer(void)
{
}
int GLVID_ForceUnlockedAndReturnState (void)
{
return 0;
}
void GLVID_ForceLockState (int lk)
{
}
void Sys_SendKeyEvents(void)
{
}

View File

@ -45,23 +45,6 @@ void GL_DoSwap(void)
{
}
void GLVID_LockBuffer (void)
{
}
void GLVID_UnlockBuffer (void)
{
}
int GLVID_ForceUnlockedAndReturnState (void)
{
return 0;
}
void GLVID_ForceLockState (int lk)
{
}
void GLVID_SetCaption(char *text)
{
}