From 8ece6eb37b4f3c98587efa071ce565d26b156e9a Mon Sep 17 00:00:00 2001 From: bungeman Date: Tue, 27 Jan 2015 11:01:42 -0800 Subject: Remove unused methods from SkScalerContext. The methods getLocalMatrixWithoutTextSize and getSingleMatrixWithoutTextSize on SkScalerContext were added as a temporary measure for CoreText issues. Now that the CoreText SkScalerContext is using other means to fix these issues more completely, remove these now unused methods. Review URL: https://codereview.chromium.org/883833002 --- src/core/SkScalerContext.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/SkScalerContext.h') diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h index 88b52860fb..9d3bdc8a8f 100644 --- a/src/core/SkScalerContext.h +++ b/src/core/SkScalerContext.h @@ -82,9 +82,7 @@ struct SkScalerContextRec { void getMatrixFrom2x2(SkMatrix*) const; void getLocalMatrix(SkMatrix*) const; - void getLocalMatrixWithoutTextSize(SkMatrix*) const; void getSingleMatrix(SkMatrix*) const; - void getSingleMatrixWithoutTextSize(SkMatrix*) const; /** The kind of scale which will be applied by the underlying port (pre-matrix). */ enum PreMatrixScale { -- cgit v1.2.3