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 | 2167286baf5e6128132de138ee10a94f13338a83 (patch) | |
tree | 443b3a217302769fe5dc81bf92b5ee7f5eca713b /sys/dxr3 | |
parent | 4026b0bb4f1e716bd0b9830928f64d2aa49298a0 (diff) |
remove textdomain calls
Original commit message from CVS:
remove textdomain calls
Diffstat (limited to 'sys/dxr3')
-rw-r--r-- | sys/dxr3/dxr3init.c | 1 |
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; |