remove stray debugging line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31078 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e664f49b1
commit
2154cbf706
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ static int search(struct font_cache* fcache,
|
||||||
while (left <= right);
|
while (left <= right);
|
||||||
|
|
||||||
/* not found */
|
/* not found */
|
||||||
p = lru_data(&fcache->_lru, fcache->_index[mid]);
|
|
||||||
*p_insertion_point = mid;
|
*p_insertion_point = mid;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue