diff options
author | monsta <[email protected]> | 2017-03-15 14:37:12 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-03-15 14:37:12 +0300 |
commit | d495cacd8d21bc1362816fab0cd8b10dba728bb6 (patch) | |
tree | c3d7fc08bec640cade69d017396503b9ec380454 /src/test-mp-equation.c | |
parent | 7744d11bc6322f4db86a88af21bf9c16ed464a27 (diff) | |
download | mate-calc-d495cacd8d21bc1362816fab0cd8b10dba728bb6.tar.bz2 mate-calc-d495cacd8d21bc1362816fab0cd8b10dba728bb6.tar.xz |
drop old GLib code
Diffstat (limited to 'src/test-mp-equation.c')
-rw-r--r-- | src/test-mp-equation.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test-mp-equation.c b/src/test-mp-equation.c index 6460665..a3dfd70 100644 --- a/src/test-mp-equation.c +++ b/src/test-mp-equation.c @@ -619,9 +619,6 @@ int main (int argc, char **argv) { setlocale(LC_ALL, "C"); -#if !GLIB_CHECK_VERSION (2, 36, 0) - g_type_init (); -#endif test_conversions(); test_equations(); |