summaryrefslogtreecommitdiff
path: root/sys
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
commit0a5dcc9c5b66067891eb7e56059f7ed636da77f8 (patch)
tree8922d519d8c010890eaf2b89e1239776885de465 /sys
parent2849678421a60c8b2ff91766514b0d75dfe61904 (diff)
remove textdomain calls
Original commit message from CVS: remove textdomain calls
Diffstat (limited to 'sys')
-rw-r--r--sys/v4l/gstv4l.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/v4l/gstv4l.c b/sys/v4l/gstv4l.c
index 9e60753ae..19505c8a2 100644
--- a/sys/v4l/gstv4l.c
+++ b/sys/v4l/gstv4l.c
@@ -51,7 +51,6 @@ plugin_init (GstPlugin *plugin)
#ifdef ENABLE_NLS
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
- textdomain (GETTEXT_PACKAGE);
#endif /* ENABLE_NLS */
return TRUE;