From 975931a4f664c5d1423a98a193759874eec99201 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 5 Oct 2016 19:43:19 +0100 Subject: fix gtk3 build with corewindow --- frontends/gtk/corewindow.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'frontends') diff --git a/frontends/gtk/corewindow.c b/frontends/gtk/corewindow.c index 11dec832e..e60f2c4d1 100644 --- a/frontends/gtk/corewindow.c +++ b/frontends/gtk/corewindow.c @@ -444,10 +444,6 @@ nsgtk_cw_draw_event(GtkWidget *widget, cairo_t *cr, gpointer data) cairo_clip_extents(cr, &x1, &y1, &x2, &y2); - if (tv->tree_flags == TREE_SSLCERT) { - ssl_current_session = tv->ssl_data; - } - clip.x0 = x1; clip.y0 = y1; clip.x1 = x2; -- cgit v1.2.3