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
-3
View File
@@ -1472,9 +1472,6 @@ UINT32 InitializeJA2(void)
//gsRenderCenterX = 805;
//gsRenderCenterY = 805;
// Init data
InitializeSystemVideoObjects( );
// Init animation system
if ( !InitAnimationSystem( ) )
{
-6
View File
@@ -10,12 +10,6 @@ UINT32 guiEXTRABUFFER = 0;
BOOLEAN gfExtraBuffer = FALSE;
BOOLEAN InitializeSystemVideoObjects( )
{
return( TRUE );
}
BOOLEAN InitializeGameVideoObjects( )
{
VSURFACE_DESC vs_desc;
-1
View File
@@ -14,7 +14,6 @@ extern UINT32 guiEXTRABUFFER;
extern BOOLEAN gfExtraBuffer;
BOOLEAN InitializeSystemVideoObjects( );
BOOLEAN InitializeGameVideoObjects( );