Index: ui/gfx/transform_util.h |
diff --git a/ui/gfx/transform_util.h b/ui/gfx/transform_util.h |
index 83630b1b647dfbd33c10ad9bbd2f8ca94c92ac40..597d87712f93dfa192973c97dc692613af60c621 100644 |
--- a/ui/gfx/transform_util.h |
+++ b/ui/gfx/transform_util.h |
@@ -65,9 +65,6 @@ GFX_EXPORT bool SnapTransform(Transform* out, |
GFX_EXPORT Transform TransformAboutPivot(const gfx::Point& pivot, |
const gfx::Transform& transform); |
-// Computes the Frobenius norm of (a - b). |
-GFX_EXPORT float MatrixDistance(const Transform& a, const Transform& b); |
- |
} // namespace gfx |
#endif // UI_GFX_TRANSFORM_UTIL_H_ |