| Index: src/core/SkRecordOpts.h
|
| diff --git a/src/core/SkRecordOpts.h b/src/core/SkRecordOpts.h
|
| index da7279652cd8e75669fc5ce1401aebdc86b51619..936eeffd055a62eb7803637fda793ed815eb2003 100644
|
| --- a/src/core/SkRecordOpts.h
|
| +++ b/src/core/SkRecordOpts.h
|
| @@ -20,7 +20,4 @@ void SkRecordNoopSaveRestores(SkRecord*);
|
| // draw, and no-op the SaveLayer and Restore.
|
| void SkRecordNoopSaveLayerDrawRestores(SkRecord*);
|
|
|
| -// Convert DrawPosText to DrawPosTextH when all the Y coordinates are equal.
|
| -void SkRecordReduceDrawPosTextStrength(SkRecord*);
|
| -
|
| #endif//SkRecordOpts_DEFINED
|
|
|