diff options
Diffstat (limited to 'include/core/SkMatrix.h')
-rw-r--r-- | include/core/SkMatrix.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h index 2b25dcada3..aa008cb2d9 100644 --- a/include/core/SkMatrix.h +++ b/include/core/SkMatrix.h @@ -403,13 +403,6 @@ public: void dump() const; void toDumpString(SkString*) const; -#ifdef SK_DEBUG - /** @cond UNIT_TEST */ - - static void UnitTest(); - /** @endcond */ -#endif - private: enum { /** Set if the matrix will map a rectangle to another rectangle. This |