Skip to content

Commit d43c675

Browse files
monstaraveit65
authored andcommitted
shell: remove duplicate condition check
1 parent 19c3072 commit d43c675

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/ev-window.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,6 @@ ev_window_refresh_window_thumbnail (EvWindow *ev_window)
15621562
EvDocument *document = ev_window->priv->document;
15631563

15641564
if (!document || ev_document_get_n_pages (document) <= 0 ||
1565-
ev_document_get_n_pages (document) <= 0 ||
15661565
!ev_document_check_dimensions (document)) {
15671566
return;
15681567
}

0 commit comments

Comments
 (0)