summaryrefslogtreecommitdiffstats
path: root/app/l10n_util.cc
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 12:40:05 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 12:40:05 +0000
commit860bfc17c39d6e0cf1fc93c3829c4496d3cf826e (patch)
tree53bcf9284a6f7e93110ac9c21bcdedc0d4a69095 /app/l10n_util.cc
parent34759995af4ca6b8c750b14dc63f9a007acba1db (diff)
downloadchromium_src-860bfc17c39d6e0cf1fc93c3829c4496d3cf826e.zip
chromium_src-860bfc17c39d6e0cf1fc93c3829c4496d3cf826e.tar.gz
chromium_src-860bfc17c39d6e0cf1fc93c3829c4496d3cf826e.tar.bz2
Cleanup: Remove stale TODO
The code in question is no longer needed since Skia has changed to remove the #define in question. BUG=None TEST=Compilation shouldn't break Review URL: http://codereview.chromium.org/4099004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/l10n_util.cc')
-rw-r--r--app/l10n_util.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/l10n_util.cc b/app/l10n_util.cc
index 6b25202..27131f2 100644
--- a/app/l10n_util.cc
+++ b/app/l10n_util.cc
@@ -28,11 +28,6 @@
#include "app/l10n_util_mac.h"
#endif
-// TODO(playmobil): remove this undef once SkPostConfig.h is fixed.
-// skia/include/corecg/SkPostConfig.h #defines strcasecmp() so we can't use
-// base::strcasecmp() without #undefing it here.
-#undef strcasecmp
-
namespace {
#if defined(OS_WIN)