aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dm/DM.cpp')
-rw-r--r--dm/DM.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 0c4b15f176..e134ac561c 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -788,11 +788,7 @@ static bool gather_srcs() {
push_src("gm", "", new GMSrc(r->factory()));
}
- if (FLAGS_ddl > 0) {
- gather_file_srcs<DDLSKPSrc>(FLAGS_skps, "skp");
- } else {
- gather_file_srcs<SKPSrc>(FLAGS_skps, "skp");
- }
+ gather_file_srcs<SKPSrc>(FLAGS_skps, "skp");
gather_file_srcs<MSKPSrc>(FLAGS_mskps, "mskp");
#if !defined(SK_BUILD_FOR_GOOGLE3)
gather_file_srcs<SkottieSrc>(FLAGS_jsons, "json");