summaryrefslogtreecommitdiff
path: root/sys/dxr3
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 /sys/dxr3
parent4026b0bb4f1e716bd0b9830928f64d2aa49298a0 (diff)
downloadgstreamer-plugins-bad-2167286baf5e6128132de138ee10a94f13338a83.tar.gz
remove textdomain calls
Original commit message from CVS: remove textdomain calls
Diffstat (limited to 'sys/dxr3')
-rw-r--r--sys/dxr3/dxr3init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dxr3/dxr3init.c b/sys/dxr3/dxr3init.c
index eefa8d40b..9a08936ca 100644
--- a/sys/dxr3/dxr3init.c
+++ b/sys/dxr3/dxr3init.c
@@ -44,7 +44,6 @@ plugin_init (GstPlugin *plugin)
#ifdef ENABLE_NLS
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
- textdomain (GETTEXT_PACKAGE);
#endif /* ENABLE_NLS */
return TRUE;