summaryrefslogtreecommitdiff
path: root/src/ephy-search-provider-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-search-provider-main.c')
-rw-r--r--src/ephy-search-provider-main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-search-provider-main.c b/src/ephy-search-provider-main.c
index 7ac746b17..6b3ba64d0 100644
--- a/src/ephy-search-provider-main.c
+++ b/src/ephy-search-provider-main.c
@@ -32,12 +32,10 @@ gint main (gint argc, gchar** argv)
int status;
GError *error = NULL;
-#ifdef ENABLE_NLS
/* Initialize the i18n stuff */
bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
-#endif
if (!ephy_file_helpers_init (NULL, 0, &error)) {
g_printerr ("%s\n", error->message);