| Index: src/core/SkGraphics.cpp
|
| diff --git a/src/core/SkGraphics.cpp b/src/core/SkGraphics.cpp
|
| index e9dcadc180d279c2afcfadcf311b02e6d986eec0..5290ea1d07a9065dc27329947c2a9b32b7e31beb 100644
|
| --- a/src/core/SkGraphics.cpp
|
| +++ b/src/core/SkGraphics.cpp
|
| @@ -58,12 +58,6 @@ void SkGraphics::Init() {
|
| #endif
|
| }
|
|
|
| -void SkGraphics::Term() {
|
| - PurgeFontCache();
|
| - PurgeResourceCache();
|
| - SkPaint::Term();
|
| -}
|
| -
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
| void SkGraphics::DumpMemoryStatistics(SkTraceMemoryDump* dump) {
|
|
|