From ca831f952a17f56351160a0914ae76aa72265583 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 --- sys/oss/gstossaudio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/oss') diff --git a/sys/oss/gstossaudio.c b/sys/oss/gstossaudio.c index eea7cf75..4387eb07 100644 --- a/sys/oss/gstossaudio.c +++ b/sys/oss/gstossaudio.c @@ -51,7 +51,6 @@ plugin_init (GstPlugin *plugin) #ifdef ENABLE_NLS setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); - textdomain (GETTEXT_PACKAGE); #endif /* ENABLE_NLS */ return TRUE; -- cgit