remove unused device::eraseColor
authorreed <reed@google.com>
Wed, 3 Dec 2014 17:47:48 +0000 (09:47 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 3 Dec 2014 17:47:48 +0000 (09:47 -0800)
BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/765643004

include/core/SkDevice.h

index 3c26bac..833e452 100644 (file)
@@ -166,9 +166,6 @@ protected:
      */
     virtual void clear(SkColor color) = 0;
 
-    SK_ATTR_DEPRECATED("use clear() instead")
-    void eraseColor(SkColor eraseColor) { this->clear(eraseColor); }
-
     /** These are called inside the per-device-layer loop for each draw call.
      When these are called, we have already applied any saveLayer operations,
      and are handling any looping from the paint, and any effects from the