mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
Container.cpp & .h delete (#242)
* Remove GetFilesInDirectory() * Remove BuildFileDirectory * Remove container.cpp & .h Not used in the code
This commit is contained in:
@@ -453,9 +453,6 @@ BOOLEAN InitializeStandardGamingPlatform(HINSTANCE hInstance, int sCommandShow)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
FastDebugMsg("Initializing Containers Manager");
|
||||
InitializeContainers();
|
||||
|
||||
FastDebugMsg("Initializing Input Manager");
|
||||
// Initialize the Input Manager
|
||||
if (InitializeInputManager() == FALSE)
|
||||
@@ -656,7 +653,6 @@ void ShutdownStandardGamingPlatform(void)
|
||||
ShutdownVideoManager();
|
||||
|
||||
ShutdownInputManager();
|
||||
ShutdownContainers();
|
||||
ShutdownFileManager();
|
||||
|
||||
#ifdef EXTREME_MEMORY_DEBUGGING
|
||||
|
||||
Reference in New Issue
Block a user