Index: include/gpu/GrEffect.h |
diff --git a/include/gpu/GrEffect.h b/include/gpu/GrEffect.h |
index 13a6c4308f5ea4cb7deac4b54d770a0283bbe374..575e3eaf946513fee7a1c46063d99189ed38ada5 100644 |
--- a/include/gpu/GrEffect.h |
+++ b/include/gpu/GrEffect.h |
@@ -218,8 +218,6 @@ private: |
typedef SkRefCnt INHERITED; |
}; |
-typedef GrEffect GrEffectRef; |
- |
/** |
* This creates an effect outside of the effect memory pool. The effect's destructor will be called |
* at global destruction time. NAME will be the name of the created GrEffect. |