Index: include/core/SkGraphics.h |
diff --git a/include/core/SkGraphics.h b/include/core/SkGraphics.h |
index 8e8bd77ef4545048bb3114cb5bf82d3334cdb3f2..5aecc7acd00f029ffd85fd2035fae98fd63152c7 100644 |
--- a/include/core/SkGraphics.h |
+++ b/include/core/SkGraphics.h |
@@ -23,10 +23,8 @@ public: |
*/ |
static void Init(); |
- /** |
- * Call this to release any memory held privately, such as the font cache. |
- */ |
- static void Term(); |
+ // We're in the middle of cleaning this up. |
+ static void Term() {} |
/** |
* Return the version numbers for the library. If the parameter is not |
@@ -169,9 +167,6 @@ public: |
SkAutoGraphics() { |
SkGraphics::Init(); |
} |
- ~SkAutoGraphics() { |
- SkGraphics::Term(); |
- } |
}; |
#endif |