From 8f8663bd6503f53ad78c68aefe44800575959944 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 21 Aug 2009 10:56:35 +0000 Subject: Remove zoom-invalid signal from EvView It was used by EvView when sizing mode was best-fit or fit-width to request the window for its content size. This is not needed at all, since we already call size_allocate on parent class. GtkScrolledWindow takes into account the shadow type and scrollbars visibility in its size_allocate method, so we can just take the allocation returned to calculate the zoom in case of best-fit or fit-width. --- (limited to 'libview/ev-view-private.h') diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h index abef629..2f01f72 100644 --- a/libview/ev-view-private.h +++ b/libview/ev-view-private.h @@ -218,7 +218,6 @@ struct _EvViewClass { void (*binding_activated) (EvView *view, GtkScrollType scroll, gboolean horizontal); - void (*zoom_invalid) (EvView *view); void (*handle_link) (EvView *view, EvLink *link); void (*external_link) (EvView *view, -- cgit v0.9.1