diff --git a/src/core/SkGraphics.cpp b/src/core/SkGraphics.cpp index 81d3b3974f..e263fdea5d 100644 --- a/src/core/SkGraphics.cpp +++ b/src/core/SkGraphics.cpp @@ -120,8 +120,3 @@ void SkGraphics::SetFlags(const char* flags) { flags = nextSemi + 1; } while (nextSemi); } - -// Call SkGraphics::Init() automatically for Google3 processes. -#if defined(GOOGLE3) - static SkAutoGraphics autoGraphics; -#endif