| Index: include/core/SkStrokeRec.h
|
| diff --git a/include/core/SkStrokeRec.h b/include/core/SkStrokeRec.h
|
| index b56dacb42cbe94fd4c78981aaa8cab902f50e402..50810f7324c67904cb47309470ebb0b561633e4d 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);
|
|
|
|
|