Browse Source

Remove old StringStorage cleanup.

Lloyd Weehuizen 15 years ago
parent
commit
efb2e3de3a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/Core/Core.cpp

+ 0 - 2
Source/Core/Core.cpp

@@ -143,8 +143,6 @@ void Shutdown()
 	render_interface = NULL;
 	file_interface = NULL;
 	system_interface = NULL;
-		
-	StringStorage::ClearPools();
 }
 
 // Returns the version of this Rocket library.