remove stray debugging line

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31078 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Fred Bauer 2011-11-27 16:27:20 +00:00
parent 6e664f49b1
commit 2154cbf706
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ static int search(struct font_cache* fcache,
while (left <= right);
/* not found */
p = lru_data(&fcache->_lru, fcache->_index[mid]);
*p_insertion_point = mid;
return 0;
}