aboutsummaryrefslogtreecommitdiffhomepage
path: root/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'translate.h')
-rw-r--r--translate.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/translate.h b/translate.h
index 22d3848f..19123587 100644
--- a/translate.h
+++ b/translate.h
@@ -19,11 +19,3 @@ Translation library, internally uses catgets
*/
const wchar_t *wgettext( const wchar_t *in );
-/**
- Initialize (or reinitialize) the translation library
-*/
-void translate_init();
-/**
- Free memory used by the translation library
-*/
-void translate_destroy();