summaryrefslogtreecommitdiff
path: root/src/mate-calc-cmd.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-03-15 14:37:12 +0300
committermonsta <[email protected]>2017-03-15 14:37:12 +0300
commitd495cacd8d21bc1362816fab0cd8b10dba728bb6 (patch)
treec3d7fc08bec640cade69d017396503b9ec380454 /src/mate-calc-cmd.c
parent7744d11bc6322f4db86a88af21bf9c16ed464a27 (diff)
downloadmate-calc-d495cacd8d21bc1362816fab0cd8b10dba728bb6.tar.bz2
mate-calc-d495cacd8d21bc1362816fab0cd8b10dba728bb6.tar.xz
drop old GLib code
Diffstat (limited to 'src/mate-calc-cmd.c')
-rw-r--r--src/mate-calc-cmd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mate-calc-cmd.c b/src/mate-calc-cmd.c
index ed6b556..9c424af 100644
--- a/src/mate-calc-cmd.c
+++ b/src/mate-calc-cmd.c
@@ -74,9 +74,6 @@ main(int argc, char **argv)
/* Seed random number generator. */
srand48((long) time((time_t *) 0));
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init ();
-#endif
setlocale(LC_ALL, "");
result_serializer = mp_serializer_new(MP_DISPLAY_FORMAT_AUTOMATIC, 10, 9);