From fb9f39a98a82f85b046bdd4ab1db68e4fc1f322c Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Thu, 19 Apr 2018 15:54:09 -0400 Subject: Remove duplicate predefined configs Change-Id: I065bb1c20a6a246a2864b394f025fc12614c6a18 Reviewed-on: https://skia-review.googlesource.com/122543 Reviewed-by: Greg Daniel Commit-Queue: Brian Osman --- tools/flags/SkCommonFlagsConfig.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/flags') diff --git a/tools/flags/SkCommonFlagsConfig.cpp b/tools/flags/SkCommonFlagsConfig.cpp index 934fe146e9..663a0b2e00 100644 --- a/tools/flags/SkCommonFlagsConfig.cpp +++ b/tools/flags/SkCommonFlagsConfig.cpp @@ -60,12 +60,10 @@ static const struct { { "gles1010102", "gpu", "api=gles,color=1010102" }, { "glessrgb", "gpu", "api=gles,color=srgb" }, { "glessrgbnl", "gpu", "api=gles,color=srgbnl" }, - { "glsrgb", "gpu", "api=gl,color=srgb" }, { "glwide", "gpu", "api=gl,color=f16_wide" }, { "glnarrow", "gpu", "api=gl,color=f16_narrow" }, { "glnostencils", "gpu", "api=gl,stencils=false" }, { "gles4444", "gpu", "api=gles,color=4444" }, - { "glessrgb", "gpu", "api=gles,color=srgb" }, { "gleswide", "gpu", "api=gles,color=f16_wide" }, { "glesnarrow", "gpu", "api=gles,color=f16_narrow" }, { "gldft", "gpu", "api=gl,dit=true" }, -- cgit v1.2.3