Index: tools/picture_utils.h |
diff --git a/tools/picture_utils.h b/tools/picture_utils.h |
index a5fcf7c96898cdcc178849025d2d98a4f5481639..b72f9d7b41aa12f3cbda4378a72151ebc64af1a5 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); |