aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkStrokeRec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkStrokeRec.h')
-rw-r--r--include/core/SkStrokeRec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/SkStrokeRec.h b/include/core/SkStrokeRec.h
index b56dacb42c..50810f7324 100644
--- a/include/core/SkStrokeRec.h
+++ b/include/core/SkStrokeRec.h
@@ -19,8 +19,6 @@ public:
kFill_InitStyle
};
SkStrokeRec(InitStyle style);
-
- SkStrokeRec(const SkStrokeRec&);
SkStrokeRec(const SkPaint&, SkPaint::Style, SkScalar resScale = 1);
explicit SkStrokeRec(const SkPaint&, SkScalar resScale = 1);