aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'dm/DMUtil.h')
-rw-r--r--dm/DMUtil.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dm/DMUtil.h b/dm/DMUtil.h
index 5f22df0878..b887d828d4 100644
--- a/dm/DMUtil.h
+++ b/dm/DMUtil.h
@@ -12,9 +12,6 @@ namespace DM {
// UnderJoin("a", "b") -> "a_b"
SkString UnderJoin(const char* a, const char* b);
-// Png("a") -> "a.png"
-SkString Png(SkString s);
-
// Draw gm to picture. Passes recordFlags to SkPicture::beginRecording().
void RecordPicture(skiagm::GM* gm, SkPicture* picture, uint32_t recordFlags = 0);