From 4a665f492ec237dd1153c1021ce9e3d3423715ad Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Thu, 7 Apr 2016 15:18:19 -0400 Subject: [PATCH] Undo cached container commit. --- common/gal/opengl/cached_container.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/gal/opengl/cached_container.cpp b/common/gal/opengl/cached_container.cpp index d3bd7c14c8..8cf351358c 100644 --- a/common/gal/opengl/cached_container.cpp +++ b/common/gal/opengl/cached_container.cpp @@ -170,8 +170,6 @@ void CACHED_CONTAINER::Delete( VERTEX_ITEM* aItem ) test(); #endif - // Currently: it is disable to avoid "out of memory" issues -#if 0 // Dynamic memory freeing, there is no point in holding // a large amount of memory when there is no use for it if( m_freeSpace > ( 0.75 * m_currentSize ) && m_currentSize > m_initialSize )