Removed Sys_OpenWindow(), Sys_EraseWindow(), Sys_DrawCircle() and Sys_DisplayWindow().
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2669 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5e61d7f952
commit
2fbafd9ef4
1 changed files with 0 additions and 17 deletions
|
@ -1245,23 +1245,6 @@ void SWVID_Update (vrect_t *rects)
|
|||
|
||||
}
|
||||
|
||||
int Sys_OpenWindow(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Sys_EraseWindow(int window)
|
||||
{
|
||||
}
|
||||
|
||||
void Sys_DrawCircle(int window, int x, int y, int r)
|
||||
{
|
||||
}
|
||||
|
||||
void Sys_DisplayWindow(int window)
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef RGLQUAKE
|
||||
void GLSys_SendKeyEvents(void); //merged.
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue