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 - sys/v4l2/gstv4l2.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys') 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; diff --git a/sys/v4l2/gstv4l2.c b/sys/v4l2/gstv4l2.c index bbe5eb6d..dffb3f07 100644 --- a/sys/v4l2/gstv4l2.c +++ b/sys/v4l2/gstv4l2.c @@ -45,7 +45,6 @@ plugin_init (GstPlugin *plugin) #ifdef ENABLE_NLS setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); - textdomain (GETTEXT_PACKAGE); #endif /* ENABLE_NLS */ return TRUE; -- cgit