Remove unused NeedsDeepCopy.
authorscroggo <scroggo@google.com>
Wed, 15 Oct 2014 20:43:36 +0000 (13:43 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 15 Oct 2014 20:43:36 +0000 (13:43 -0700)
commit80a720eb823ac76fdfa254fe9b9f7333a1458e5c
tree59f4144a56702dfec62ed19df0a12fa93a1e6c5c
parent3ac569b37a5b4fa5072f4d8ed946f0eea24e9020
Remove unused NeedsDeepCopy.

It was used to check to see if an SkPaint had mutable fields on it.
Now that all the fields are immutable, this function is no longer
used. Remove it.

BUG=skia:2097

Review URL: https://codereview.chromium.org/661543002
src/core/SkPaintPriv.cpp
src/core/SkPaintPriv.h