- removed deprecated code from renderer since we have good success with the visible quad cache

This commit is contained in:
Mark Vejvoda 2011-01-15 08:45:17 +00:00
parent a7ca23d18e
commit c6e809ec97
2 changed files with 309 additions and 734 deletions

File diff suppressed because it is too large Load Diff

View File

@ -242,8 +242,6 @@ private:
float smoothedRenderFps;
bool shadowsOffDueToMinRender;
bool useQuadCache;
SimpleTaskThread *saveScreenShotThread;
Mutex saveScreenShotThreadAccessor;
std::list<std::pair<string,Pixmap2D *> > saveScreenQueue;