From 5115e68d942f1bdae0729841ae420de1a5c61840 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 17 May 2014 16:09:07 +0200 Subject: Drop support for glib < 2.36 --- src/eom-thumb-view.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/eom-thumb-view.c') diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c index 78fbe99..b9065d8 100644 --- a/src/eom-thumb-view.c +++ b/src/eom-thumb-view.c @@ -367,11 +367,7 @@ thumbview_get_tooltip_string (EomImage *image) ExifData *exif_data; #endif -#if GLIB_CHECK_VERSION (2, 30, 0) bytes = g_format_size (eom_image_get_bytes (image)); -#else - bytes = g_format_size_for_display (eom_image_get_bytes (image)); -#endif eom_image_get_size (image, &width, &height); -- cgit v1.2.1