am be925721: Remove comment that\'s only relevant for the underlying SkMatrix. Matrix has constructors.

* commit 'be925721a5eef487a70baa8b0905e423c639e176':
  Remove comment that's only relevant for the underlying SkMatrix.  Matrix has constructors.
This commit is contained in:
Mike Klein
2013-08-14 10:39:16 -07:00
committed by Android Git Automerger

View File

@@ -21,9 +21,6 @@ import java.io.PrintWriter;
/**
* The Matrix class holds a 3x3 matrix for transforming coordinates.
* Matrix does not have a constructor, so it must be explicitly initialized
* using either reset() - to construct an identity matrix, or one of the set..()
* functions (e.g. setTranslate, setRotate, etc.).
*/
public class Matrix {