Skip to content

Commit

Permalink
shell: remove duplicate condition check
Browse files Browse the repository at this point in the history
  • Loading branch information
monsta authored and raveit65 committed Jan 21, 2019
1 parent 19c3072 commit d43c675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/ev-window.c
Expand Up @@ -1562,7 +1562,6 @@ ev_window_refresh_window_thumbnail (EvWindow *ev_window)
EvDocument *document = ev_window->priv->document;

if (!document || ev_document_get_n_pages (document) <= 0 ||
ev_document_get_n_pages (document) <= 0 ||
!ev_document_check_dimensions (document)) {
return;
}
Expand Down

0 comments on commit d43c675

Please sign in to comment.