From 00f507ee7021fbdcef017c910ecc73ec76cb3066 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 21 Aug 2019 20:39:17 +0200 Subject: ev-view: Remove unused variables and assignment --- libview/ev-view.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libview/ev-view.c') diff --git a/libview/ev-view.c b/libview/ev-view.c index 90f9d3cb..02860a88 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -5827,7 +5827,6 @@ draw_one_page (EvView *view, cairo_surface_t *selection_surface = NULL; gint offset_x, offset_y; cairo_region_t *region = NULL; - double device_scale_x = 1, device_scale_y = 1; page_surface = ev_pixbuf_cache_get_surface (view->pixbuf_cache, page); @@ -5840,8 +5839,6 @@ draw_one_page (EvView *view, return; } - cairo_surface_get_device_scale (page_surface, &device_scale_x, &device_scale_y); - if (page == current_page) ev_view_set_loading (view, FALSE); -- cgit v1.2.1