diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 45fa8dcd7..67c44f5ab 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1507,8 +1507,6 @@ bool LLAppViewer::cleanup() llinfos << "HUD Objects cleaned up" << llendflush; } - LLKeyframeDataCache::clear(); - // End TransferManager before deleting systems it depends on (Audio, VFS, AssetStorage) #if 0 // this seems to get us stuck in an infinite loop... gTransferManager.cleanup();