summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-11 22:09:58 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-11 22:09:58 +0100
commita1165f6b79efe2e3bab6ce3b3d1266af340a884b (patch)
treeaea10d806215f3b3afd74f8f3de35c2cfcb75981 /include
parent758a20248659c61cf16351f2ce42e18e7da3858b (diff)
downloadwolfbones-a1165f6b79efe2e3bab6ce3b3d1266af340a884b.tar.gz
wolfbones-a1165f6b79efe2e3bab6ce3b3d1266af340a884b.tar.bz2
more clenup in i18n platform flags
Diffstat (limited to 'include')
-rw-r--r--include/wolf/port/gettext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wolf/port/gettext.h b/include/wolf/port/gettext.h
index 36793f7..8351296 100644
--- a/include/wolf/port/gettext.h
+++ b/include/wolf/port/gettext.h
@@ -43,10 +43,6 @@
#define setlocale( category, loc ) ( NULL )
#define bindtextdomain( domain, directory ) ( NULL )
#define textdomain( domain )( NULL )
-//#define setlocale( category, loc )
-// ( (void)( category, loc ) )
-//#define bindtextdomain( domain, directory )
-// ( (void)( domain, (const char *)( directory ) )
#endif /* ENABLE_NLS */