From 35017fb4fcff66609ecc646eca6abc19de590755 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 19 May 2006 20:48:22 +0000 Subject: [PATCH] - backout erroneously checked in snippet.. --- include/platform.h | 2 -- 1 file changed, 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 */