Index: src/core/SkGraphics.cpp |
diff --git a/src/core/SkGraphics.cpp b/src/core/SkGraphics.cpp |
index 4b94b07e0618e1c08beb99046682c74564b045e8..7acee85c4d567a6cf7f64b638dd18a8121c9c953 100644 |
--- a/src/core/SkGraphics.cpp |
+++ b/src/core/SkGraphics.cpp |
@@ -14,7 +14,6 @@ |
#include "SkGeometry.h" |
#include "SkMath.h" |
#include "SkMatrix.h" |
-#include "SkOpts.h" |
#include "SkPath.h" |
#include "SkPathEffect.h" |
#include "SkPixelRef.h" |
@@ -51,7 +50,6 @@ |
#endif |
void SkGraphics::Init() { |
- SkOpts::Init(); |
#ifdef SK_DEVELOPER |
skRTConfRegistry().possiblyDumpFile(); |
skRTConfRegistry().validate(); |