aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkRecorder.h')
-rw-r--r--src/core/SkRecorder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
index 6842aece58..834a2b65e4 100644
--- a/src/core/SkRecorder.h
+++ b/src/core/SkRecorder.h
@@ -39,8 +39,6 @@ public:
SkRecorder(SkRecord*, int width, int height); // legacy version
SkRecorder(SkRecord*, const SkRect& bounds);
- void reset(SkRecord*, const SkRect& bounds);
-
SkDrawableList* getDrawableList() const { return fDrawableList.get(); }
SkDrawableList* detachDrawableList() { return fDrawableList.detach(); }