blank line --

Remove an unwanted blank line from my previous commit
This commit is contained in:
Davide Andreoli 2014-08-09 15:59:39 +02:00
parent 3235f96eb1
commit 922055f9c7
1 changed files with 0 additions and 1 deletions

View File

@ -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;