mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Remove useless function
This commit is contained in:
@@ -1472,9 +1472,6 @@ UINT32 InitializeJA2(void)
|
||||
//gsRenderCenterX = 805;
|
||||
//gsRenderCenterY = 805;
|
||||
|
||||
// Init data
|
||||
InitializeSystemVideoObjects( );
|
||||
|
||||
// Init animation system
|
||||
if ( !InitAnimationSystem( ) )
|
||||
{
|
||||
|
||||
@@ -10,12 +10,6 @@ UINT32 guiEXTRABUFFER = 0;
|
||||
|
||||
BOOLEAN gfExtraBuffer = FALSE;
|
||||
|
||||
BOOLEAN InitializeSystemVideoObjects( )
|
||||
{
|
||||
|
||||
return( TRUE );
|
||||
}
|
||||
|
||||
BOOLEAN InitializeGameVideoObjects( )
|
||||
{
|
||||
VSURFACE_DESC vs_desc;
|
||||
|
||||
@@ -14,8 +14,7 @@ extern UINT32 guiEXTRABUFFER;
|
||||
|
||||
extern BOOLEAN gfExtraBuffer;
|
||||
|
||||
BOOLEAN InitializeSystemVideoObjects( );
|
||||
BOOLEAN InitializeGameVideoObjects( );
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user