Index: gm/shadertext.cpp |
diff --git a/gm/shadertext.cpp b/gm/shadertext.cpp |
index 4af5b0d49ddf6bbdd083484b990ef29b624199b5..02b90926a3aecc267004e61be51205f4d55e143d 100644 |
--- a/gm/shadertext.cpp |
+++ b/gm/shadertext.cpp |
@@ -207,8 +207,6 @@ private: |
/////////////////////////////////////////////////////////////////////////////// |
-#ifndef SK_BUILD_FOR_ANDROID |
static GM* MyFactory(void*) { return new ShaderTextGM; } |
static GMRegistry reg(MyFactory); |
-#endif |
} |