Index: gm/gmmain.cpp |
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp |
index abec1055ae21a8937e9bf30331b3e2f36c73a3b8..5cec75afe8f42ca610f2cb9f4cf070785fbbb370 100644 |
--- a/gm/gmmain.cpp |
+++ b/gm/gmmain.cpp |
@@ -69,7 +69,6 @@ typedef int GLContextType; |
#define DEBUGFAIL_SEE_STDERR SkDEBUGFAIL("see stderr for message") |
-extern bool gSkSuppressFontCachePurgeSpew; |
DECLARE_bool(useDocumentInsteadOfDevice); |
#ifdef SK_SUPPORT_PDF |
@@ -2234,8 +2233,6 @@ int tool_main(int argc, char** argv) { |
#endif |
SkGraphics::Init(); |
- // we don't need to see this during a run |
- gSkSuppressFontCachePurgeSpew = true; |
setSystemPreferences(); |
GMMain gmmain; |