Remove useless function

This commit is contained in:
Asdow
2024-08-15 21:55:27 +03:00
parent ce02a488f0
commit 3bfebf6c8d
3 changed files with 1 additions and 11 deletions
-6
View File
@@ -10,12 +10,6 @@ UINT32 guiEXTRABUFFER = 0;
BOOLEAN gfExtraBuffer = FALSE;
BOOLEAN InitializeSystemVideoObjects( )
{
return( TRUE );
}
BOOLEAN InitializeGameVideoObjects( )
{
VSURFACE_DESC vs_desc;