diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-19 20:48:22 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-19 20:48:22 +0000 |
commit | 35017fb4fcff66609ecc646eca6abc19de590755 (patch) | |
tree | af4f5dde774ab4815035c84037f056d362a7a592 | |
parent | df4cdaf341daa24f517d008b1f7f67271edb88a8 (diff) |
- backout erroneously checked in snippet..
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/platform.h b/include/platform.h index c399b8e16..8bebb234e 100644 --- a/include/platform.h +++ b/include/platform.h @@ -100,11 +100,9 @@ #endif /* ---- miscellaneous --------------------------------------- */ -#if ENABLE_DEBUG_KEEP_NLS_CRAP /* NLS stuff */ /* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */ #define _(Text) Text #define N_(Text) (Text) -#endif #endif /* platform.h */ |