From 97f0bc6a1a0d14fd7b9041c39449966535f9f431 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Fri, 3 Nov 2017 12:25:19 -0400 Subject: clean up cruft about --portableFonts and --resourceFonts --portableFonts exists but does nothing. --resourceFonts doesn't even exist. Change-Id: I7880208de4aaa9674ba720b9e70c34c145561ac0 Reviewed-on: https://skia-review.googlesource.com/67800 Commit-Queue: Ben Wagner Reviewed-by: Ben Wagner --- tools/sk_tool_utils.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/sk_tool_utils.cpp') diff --git a/tools/sk_tool_utils.cpp b/tools/sk_tool_utils.cpp index f1968742d4..0a93db4239 100644 --- a/tools/sk_tool_utils.cpp +++ b/tools/sk_tool_utils.cpp @@ -6,7 +6,6 @@ */ #include "sk_tool_utils.h" -#include "sk_tool_utils_flags.h" #include "Resources.h" #include "SkBitmap.h" @@ -21,8 +20,6 @@ #include "SkTestScalerContext.h" #include "SkTextBlob.h" -DEFINE_bool(portableFonts, false, "Use portable fonts"); - namespace sk_tool_utils { /* these are the default fonts chosen by Chrome for serif, sans-serif, and monospace */ -- cgit v1.2.3