cleanup: remove low hanging LibraryDatabase.* nonsense

This commit is contained in:
Marco Antonio J. Costa
2026-07-24 04:54:29 -03:00
committed by majcosta
parent bbfd88c414
commit 916893ff66
5 changed files with 0 additions and 327 deletions
-4
View File
@@ -11,7 +11,6 @@
#include "Game Clock.h"
#include "Timer Control.h"
#include "Overhead.h"
#include "LibraryDataBase.h"
#include "Map Screen Interface.h"
#include "Tactical Save.h"
#include "Interface.h"
@@ -206,9 +205,6 @@ void ShutdownGame(void)
SaveGameSettings();
SaveFeatureFlags();
//shutdown the file database manager
ShutDownFileDatabase( );
if(gGameExternalOptions.fEnableInventoryPoolQ)//dnl ch51 081009
MemFreeInventoryPoolQ();