summaryrefslogtreecommitdiff
path: root/src/mate-calc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mate-calc.c')
-rw-r--r--src/mate-calc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mate-calc.c b/src/mate-calc.c
index 0094be8..891bc7e 100644
--- a/src/mate-calc.c
+++ b/src/mate-calc.c
@@ -189,10 +189,6 @@ int main(int argc, char **argv)
gchar *source_currency, *target_currency;
gchar *source_units, *target_units;
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init();
-#endif
-
setlocale(LC_ALL, "");
bindtextdomain(GETTEXT_PACKAGE, LOCALE_DIR);
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");