aboutsummaryrefslogtreecommitdiffhomepage
path: root/fuzz/FilterFuzz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/FilterFuzz.cpp')
-rw-r--r--fuzz/FilterFuzz.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/fuzz/FilterFuzz.cpp b/fuzz/FilterFuzz.cpp
index e3d30b5af7..bd9e5fde8f 100644
--- a/fuzz/FilterFuzz.cpp
+++ b/fuzz/FilterFuzz.cpp
@@ -525,8 +525,6 @@ static SkPaint make_paint() {
paint.setEmbeddedBitmapText(make_bool());
paint.setAutohinted(make_bool());
paint.setVerticalText(make_bool());
- paint.setUnderlineText(make_bool());
- paint.setStrikeThruText(make_bool());
paint.setFakeBoldText(make_bool());
paint.setDevKernText(make_bool());
paint.setFilterQuality(make_filter_quality());