From 2167286baf5e6128132de138ee10a94f13338a83 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 2 Feb 2004 22:25:38 +0000 Subject: remove textdomain calls Original commit message from CVS: remove textdomain calls --- ext/sndfile/gstsf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/sndfile/gstsf.c') diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c index 36e1a578..78b8480b 100644 --- a/ext/sndfile/gstsf.c +++ b/ext/sndfile/gstsf.c @@ -821,7 +821,6 @@ plugin_init (GstPlugin *plugin) #ifdef ENABLE_NLS setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); - textdomain (GETTEXT_PACKAGE); #endif /* ENABLE_NLS */ return TRUE; -- cgit v1.2.1