aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-langs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/ephy-langs.c b/lib/ephy-langs.c
index 5e2de46f1..09858e1a9 100644
--- a/lib/ephy-langs.c
+++ b/lib/ephy-langs.c
@@ -28,9 +28,7 @@
#include <string.h>
-#ifdef HAVE_ISO_CODES
#include <libxml/xmlreader.h>
-#endif
static const EphyFontsLanguageInfo font_languages [] =
{
@@ -221,8 +219,6 @@ ephy_langs_get_languages (void)
return (char **) g_array_free (array, FALSE);
}
-#ifdef HAVE_ISO_CODES
-
#define ISOCODESLOCALEDIR ISO_CODES_PREFIX "/share/locale"
static void
@@ -413,5 +409,3 @@ ephy_langs_iso_3166_table (void)
return table;
}
-
-#endif /* HAVE_ISO_CODES */