summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavemds <dave@gurumeditation.it>2014-08-09 15:59:39 +0200
committerdavemds <dave@gurumeditation.it>2014-08-09 15:59:39 +0200
commit708dd2ea88cc2f402f0399cd265dbc5ef443decb (patch)
treec45514bd22919217ebe45ef80d8d67af25ba1580
parent71c46f7aad35a4fa4ef22c5f335d835fae82363c (diff)
downloadelementary-708dd2ea88cc2f402f0399cd265dbc5ef443decb.tar.gz
blank line --
Remove an unwanted blank line from my previous commit
-rw-r--r--src/lib/elm_gengrid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c
index 08b6c728e..3909123a1 100644
--- a/src/lib/elm_gengrid.c
+++ b/src/lib/elm_gengrid.c
@@ -188,7 +188,6 @@ _item_show_region(void *data)
else if (sd->item_width > 0)
{
col = cvw / sd->item_width;
-
if (col <= 0) col = 1;
y = (it->position - 1) / col;
x = (it->position - 1) % col;