diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-02 22:25:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-02 22:25:38 +0000 |
commit | 0a5dcc9c5b66067891eb7e56059f7ed636da77f8 (patch) | |
tree | 8922d519d8c010890eaf2b89e1239776885de465 /sys | |
parent | 2849678421a60c8b2ff91766514b0d75dfe61904 (diff) |
remove textdomain calls
Original commit message from CVS:
remove textdomain calls
Diffstat (limited to 'sys')
-rw-r--r-- | sys/v4l/gstv4l.c | 1 |
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; |