From 9a0d6d6c88b87b3d0195e5633403325b6e922b8c Mon Sep 17 00:00:00 2001 From: mtklein Date: Mon, 15 Dec 2014 12:47:51 -0800 Subject: skimage, die die die DM's running with --images on all the bots now. They look happy. BUG=skia:3235 Review URL: https://codereview.chromium.org/804133003 --- tools/picture_utils.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/picture_utils.h') diff --git a/tools/picture_utils.h b/tools/picture_utils.h index a5fcf7c968..b72f9d7b41 100644 --- a/tools/picture_utils.h +++ b/tools/picture_utils.h @@ -22,10 +22,6 @@ namespace sk_tools { /** * Replaces all instances of oldChar with newChar in str. - * - * TODO: This function appears here and in skimage_main.cpp ; - * we should add the implementation to src/core/SkString.cpp, write tests for it, - * and remove it from elsewhere. */ void replace_char(SkString* str, const char oldChar, const char newChar); -- cgit v1.2.3