From 5a3fc72a0268f18a72702149eec1fb5dc2882f0f Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 04 May 2010 08:58:37 +0000 Subject: [shell] Remove redundant check --- (limited to 'shell/ev-window.c') diff --git a/shell/ev-window.c b/shell/ev-window.c index 87ec655..38ac098 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5489,7 +5489,7 @@ window_configure_event_cb (EvWindow *window, GdkEventConfigure *event, gpointer state = gdk_window_get_state (gtk_widget_get_window (GTK_WIDGET (window))); if (!(state & GDK_WINDOW_STATE_FULLSCREEN)) { - if (!ev_window_is_empty (window) && window->priv->document) { + if (window->priv->document) { ev_document_get_max_page_size (window->priv->document, &document_width, &document_height); g_settings_set (window->priv->last_settings, "window-ratio", "(dd)", -- cgit v0.9.1