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 --- sendto/plugins/removable-devices/removable-devices.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sendto/plugins/removable-devices/removable-devices.c') diff --git a/sendto/plugins/removable-devices/removable-devices.c b/sendto/plugins/removable-devices/removable-devices.c index f64b17c..1b09b19 100644 --- a/sendto/plugins/removable-devices/removable-devices.c +++ b/sendto/plugins/removable-devices/removable-devices.c @@ -151,9 +151,6 @@ init (NstPlugin *plugin) { g_print ("Init removable-devices plugin\n"); - bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); - vol_monitor = g_volume_monitor_get (); cb = gtk_combo_box_new (); -- cgit v1.2.1