summaryrefslogtreecommitdiffstats
path: root/sys/v4l2
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 /sys/v4l2
parentad795dd11af5de9119afc1b4c913ec6a004bb3aa (diff)
remove textdomain calls
Original commit message from CVS: remove textdomain calls
Diffstat (limited to 'sys/v4l2')
-rw-r--r--sys/v4l2/gstv4l2.c1
1 files changed, 0 insertions, 1 deletions
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;