diff options
author | infirit <[email protected]> | 2014-12-16 13:10:41 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 13:10:41 +0100 |
commit | 4599ff1d32a8c0a9633b9d4a3636166c5d060508 (patch) | |
tree | 7581d5fbe5c89bdc2f194b1c9e539d4d0e0ed1ae /thumbnailer | |
parent | 7a72f6eb6a4cfcf636760c6a6efb24ab2fb278c9 (diff) | |
download | atril-4599ff1d32a8c0a9633b9d4a3636166c5d060508.tar.bz2 atril-4599ff1d32a8c0a9633b9d4a3636166c5d060508.tar.xz |
Revert "Add back Glib 2.32 support"
This reverts commit 7a72f6eb6a4cfcf636760c6a6efb24ab2fb278c9.
Diffstat (limited to 'thumbnailer')
-rw-r--r-- | thumbnailer/atril-thumbnailer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/thumbnailer/atril-thumbnailer.c b/thumbnailer/atril-thumbnailer.c index ffc8e327..c3288595 100644 --- a/thumbnailer/atril-thumbnailer.c +++ b/thumbnailer/atril-thumbnailer.c @@ -293,10 +293,6 @@ main (int argc, char *argv[]) input = file_arguments[0]; output = file_arguments[1]; -#if !GLIB_CHECK_VERSION (2, 36, 0) - g_type_init (); -#endif - if (!ev_init ()) return -1; |