Add a TODO mark -- code duplication is ugly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20257 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-03-09 21:09:26 +00:00
parent c6bf842eca
commit 28a4c73bc4

View file

@ -662,6 +662,12 @@ int bdf_read_header(FILE *fp, struct font* pf)
return 1;
}
/*
* TODO: rework the code to avoid logics duplication in
* bdf_read_bitmaps and bdf_analyze_font
*/
/* read bdf font bitmaps, return 0 on error */
int bdf_read_bitmaps(FILE *fp, struct font* pf)
{