From 2154cbf70665b812553335f49174c673a95e7503 Mon Sep 17 00:00:00 2001 From: Fred Bauer Date: Sun, 27 Nov 2011 16:27:20 +0000 Subject: remove stray debugging line git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31078 a1c6a512-1295-4272-9138-f99709370657 --- firmware/font_cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/font_cache.c b/firmware/font_cache.c index 50320ed932..4604d1524e 100644 --- a/firmware/font_cache.c +++ b/firmware/font_cache.c @@ -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; } -- cgit v1.2.3