summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavi.c
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
commitca831f952a17f56351160a0914ae76aa72265583 (patch)
tree91689c5b253027a3f938a5af691a3d70c336d032 /gst/avi/gstavi.c
parentad795dd11af5de9119afc1b4c913ec6a004bb3aa (diff)
remove textdomain calls
Original commit message from CVS: remove textdomain calls
Diffstat (limited to 'gst/avi/gstavi.c')
-rw-r--r--gst/avi/gstavi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/avi/gstavi.c b/gst/avi/gstavi.c
index 50adfd2e..fa17fa47 100644
--- a/gst/avi/gstavi.c
+++ b/gst/avi/gstavi.c
@@ -37,7 +37,6 @@ plugin_init (GstPlugin *plugin)
#ifdef ENABLE_NLS
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
- textdomain (GETTEXT_PACKAGE);
#endif /* ENABLE_NLS */
return (gst_element_register (plugin, "avidemux",