From 86d43b190d57402a7e531a8079f90b52bc83567f Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 31 Dec 2020 19:13:50 +0100 Subject: Do not call bindtextdomain/bind_textdomain_codeset in libraries --- open-terminal/open-terminal.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'open-terminal/open-terminal.c') diff --git a/open-terminal/open-terminal.c b/open-terminal/open-terminal.c index b7a9e78..600a8dd 100644 --- a/open-terminal/open-terminal.c +++ b/open-terminal/open-terminal.c @@ -38,9 +38,6 @@ caja_module_initialize (GTypeModule *module) caja_open_terminal_register_type (module); type_list[0] = CAJA_TYPE_OPEN_TERMINAL; - - bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); } void -- cgit v1.2.1