diff options
Diffstat (limited to 'src/test-mp.c')
-rw-r--r-- | src/test-mp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test-mp.c b/src/test-mp.c index 2b976ac..126b2df 100644 --- a/src/test-mp.c +++ b/src/test-mp.c @@ -229,9 +229,6 @@ int main (int argc, char **argv) { setlocale(LC_ALL, "C"); -#if !GLIB_CHECK_VERSION (2, 36, 0) - g_type_init (); -#endif test_mp(); test_numbers(); |