diff options
Diffstat (limited to 'sys/oss/gstossaudio.c')
-rw-r--r-- | sys/oss/gstossaudio.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |