summaryrefslogtreecommitdiffstats
path: root/ext/sndfile
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/sndfile
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/sndfile')
-rw-r--r--ext/sndfile/gstsf.c1
1 files changed, 0 insertions, 1 deletions
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;