diff options
Diffstat (limited to 'executive-summary/component/main.c')
-rw-r--r-- | executive-summary/component/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c index 2fb5d5bfa9..3c9cc059dd 100644 --- a/executive-summary/component/main.c +++ b/executive-summary/component/main.c @@ -47,10 +47,8 @@ main (int argc, { CORBA_ORB orb; -#ifdef ENABLE_NLS bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE); -#endif gnome_init_with_popt_table ("evolution-executive-summary", VERSION, argc, argv, oaf_popt_options, 0, NULL); |