summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/i18n.c b/i18n.c
index e298d22..efe6d1e 100644
--- a/i18n.c
+++ b/i18n.c
@@ -1,5 +1,5 @@
/*
- * $Id: i18n.c,v 1.8 2004/06/18 16:08:11 lordjaxom Exp $
+ * $Id: i18n.c,v 1.9 2004/06/22 16:48:03 lordjaxom Exp $
*/
#include "i18n.h"
@@ -146,8 +146,3 @@ bool cText2SkinI18n::Load(const string &Filename) {
}
return false;
}
-
-string cText2SkinI18n::Translate(const string &Text) {
- string s = I18nTranslate(Text.c_str(), mIdentity.c_str());
- return s != "" ? s : Text;
-}