aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/shadertext3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/shadertext3.cpp')
-rw-r--r--gm/shadertext3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gm/shadertext3.cpp b/gm/shadertext3.cpp
index 29ceac4579..48093eb186 100644
--- a/gm/shadertext3.cpp
+++ b/gm/shadertext3.cpp
@@ -136,8 +136,6 @@ private:
///////////////////////////////////////////////////////////////////////////////
-#ifndef SK_BUILD_FOR_ANDROID
static GM* MyFactory(void*) { return new ShaderText3GM; }
static GMRegistry reg(MyFactory);
-#endif
}