aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/picture_utils.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-12-15 12:47:51 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-15 12:47:52 -0800
commit9a0d6d6c88b87b3d0195e5633403325b6e922b8c (patch)
tree108a90d3bcb39ff86f388f2aa12c4cab9232e310 /tools/picture_utils.h
parent54160f32865e8bbba18c9a1eb6e46711c8233cdf (diff)
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
Diffstat (limited to 'tools/picture_utils.h')
-rw-r--r--tools/picture_utils.h4
1 files changed, 0 insertions, 4 deletions
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);