Removed useless functions.

This commit is contained in:
Marcus Sundberg 2000-01-07 01:25:33 +00:00
parent ab7585ffa2
commit 0279cc5a4b
3 changed files with 0 additions and 52 deletions

View File

@ -1130,23 +1130,6 @@ void VID_SetDefaultMode( void )
{
}
int I_OpenWindow(void)
{
return 0;
}
void I_EraseWindow(int window)
{
}
void I_DrawCircle(int window, int x, int y, int r)
{
}
void I_DisplayWindow(int window)
{
}
void Sys_SendKeyEvents(void)
{
// get events from x server

View File

@ -1183,24 +1183,6 @@ void VID_SetDefaultMode( void )
{
}
int I_OpenWindow(void)
{
return 0;
}
void I_EraseWindow(int window)
{
}
void I_DrawCircle(int window, int x, int y, int r)
{
}
void I_DisplayWindow(int window)
{
}
void Sys_SendKeyEvents(void)
{
// get events from x server

View File

@ -960,23 +960,6 @@ void VID_DitherOff(void)
}
}
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)
{
}
void Sys_SendKeyEvents(void)
{
// get events from x server