From 7f1a074600610aead91d8b5e85a5dd45370e11ea Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Mon, 29 Jan 2018 14:24:19 -0500 Subject: Remove some unused sample count caps Change-Id: I4acb620b4b7b4c5bd83d7c7d65808ca8ebbd6804 Reviewed-on: https://skia-review.googlesource.com/101360 Commit-Queue: Brian Salomon Reviewed-by: Greg Daniel --- include/gpu/GrCaps.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/gpu/GrCaps.h') diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h index 593f32ab87..f4d6e06280 100644 --- a/include/gpu/GrCaps.h +++ b/include/gpu/GrCaps.h @@ -241,8 +241,6 @@ protected: int fMaxVertexAttributes; int fMaxTextureSize; int fMaxTileSize; - int fMaxColorSampleCount; - int fMaxStencilSampleCount; int fMaxRasterSamples; int fMaxWindowRectangles; int fMaxClipAnalyticFPs; -- cgit v1.2.3