[TODO] Remove finished items

This commit is contained in:
Behdad Esfahbod 2011-04-21 16:03:59 -04:00
parent da97541988
commit 783a7d6969
2 changed files with 1 additions and 6 deletions

6
TODO
View File

@ -9,8 +9,6 @@ General fixes:
- Remove fixed-size feature/lookup arrays in hb-ot-map
- Use size_t in sanitize
- Use templates instead of macros for objects?
API issues to fix before 1.0:
@ -18,8 +16,6 @@ API issues to fix before 1.0:
- Figure out how many .so objects, how to link, etc
- Shall y axis progress downward instead of upward?
- User-data support ala cairo
- Real subclassing support for vfunc vectors
@ -28,7 +24,7 @@ API issues to fix before 1.0:
- Fix blob, remove mutex, etc.
- Add sanitize API (since may affect blob API)
- Add sanitize API
- Add glib GBoxedType stuff

View File

@ -178,7 +178,6 @@ get_table (hb_tag_t tag, void *user_data)
if (error)
return NULL;
/* TODO Use FT_Memory? */
buffer = (FT_Byte *) malloc (length);
if (buffer == NULL)
return NULL;