[TODO] Remove finished items
This commit is contained in:
parent
da97541988
commit
783a7d6969
6
TODO
6
TODO
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue