Index: src/lib/elm_flip.c
===================================================================
--- src/lib/elm_flip.c	(revision 65482)
+++ src/lib/elm_flip.c	(working copy)
@@ -550,8 +550,6 @@
 
    nw = 16;
    nh = 16;
-   if (nw < 1) nw = 1;
-   if (nh < 1) nh = 1;
    gszw = w / nw;
    gszh = h / nh;
    if (gszw < 4) gszw = 4;
Index: src/bin/test_flip_page.c
===================================================================
--- src/bin/test_flip_page.c	(revision 65482)
+++ src/bin/test_flip_page.c	(working copy)
@@ -446,8 +446,6 @@
 
    nw = 16;
    nh = 16;
-   if (nw < 1) nw = 1;
-   if (nh < 1) nh = 1;
    gszw = w / nw;
    gszh = h / nh;
    if (gszw < 4) gszw = 4;
