From 265a7c0af7c5735ef5e97e04ec01674090888c60 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Sun, 23 Nov 2025 16:31:31 +0200 Subject: [PATCH] Remove unused function declaration --- TileEngine/worlddef.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TileEngine/worlddef.cpp b/TileEngine/worlddef.cpp index 7ad70292..0ba57693 100644 --- a/TileEngine/worlddef.cpp +++ b/TileEngine/worlddef.cpp @@ -122,7 +122,6 @@ BOOLEAN gfInitAnimateLoading = FALSE; BOOLEAN LoadTileSurfaces( char pTileSurfaceFilenames[][32], UINT8 ubTilesetID ); BOOLEAN AddTileSurface( SGPFILENAME cFilename, UINT32 ubType, UINT8 ubTilesetID, BOOLEAN fGetFromRoot ); void DestroyTileSurfaces( void ); -void ProcessTilesetNamesForBPP(void); BOOLEAN IsRoofVisibleForWireframe( INT32 sMapPos ); #ifdef JA2UBMAPS @@ -272,9 +271,6 @@ BOOLEAN InitializeWorld( ) SetNumberOfTiles(); - // DB Adds the _8 to the names if we're in 8 bit mode. - //ProcessTilesetNamesForBPP(); - // Memset tileset list memset( TileSurfaceFilenames, '\0', sizeof( TileSurfaceFilenames ) );