Index: dm/DMUtil.h |
diff --git a/dm/DMUtil.h b/dm/DMUtil.h |
index 5f22df0878f9b284e4862158f1167e44d1508751..b887d828d49061db0a7d2e12a0817a06efbf423c 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); |