summaryrefslogtreecommitdiffstats
path: root/ext/audiofile
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-02 22:25:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-02 22:25:38 +0000
commit2167286baf5e6128132de138ee10a94f13338a83 (patch)
tree443b3a217302769fe5dc81bf92b5ee7f5eca713b /ext/audiofile
parent4026b0bb4f1e716bd0b9830928f64d2aa49298a0 (diff)
downloadgst-plugins-bad-2167286baf5e6128132de138ee10a94f13338a83.tar.gz
gst-plugins-bad-2167286baf5e6128132de138ee10a94f13338a83.tar.bz2
gst-plugins-bad-2167286baf5e6128132de138ee10a94f13338a83.zip
remove textdomain calls
Original commit message from CVS: remove textdomain calls
Diffstat (limited to 'ext/audiofile')
-rw-r--r--ext/audiofile/gstafsink.c1
-rw-r--r--ext/audiofile/gstafsrc.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/ext/audiofile/gstafsink.c b/ext/audiofile/gstafsink.c
index 69a7da79..515ae4e2 100644
--- a/ext/audiofile/gstafsink.c
+++ b/ext/audiofile/gstafsink.c
@@ -281,7 +281,6 @@ gst_afsink_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/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c
index aa41273f..5d6bc1cd 100644
--- a/ext/audiofile/gstafsrc.c
+++ b/ext/audiofile/gstafsrc.c
@@ -299,7 +299,6 @@ gst_afsrc_plugin_init (GstPlugin *plugin)
#ifdef ENABLE_NLS
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
- textdomain (GETTEXT_PACKAGE);
#endif /* ENABLE_NLS */
return TRUE;