[TODO] Remove finished items

This commit is contained in:
Behdad Esfahbod 2011-04-28 16:02:40 -04:00
parent 080a0eb7d8
commit 30f34d08d4
2 changed files with 0 additions and 12 deletions

2
TODO
View File

@ -14,8 +14,6 @@ API issues to fix before 1.0:
- Figure out how many .so objects, how to link, etc
- User-data support ala cairo
- Real subclassing support for vfunc vectors
- Add hb-cairo glue

View File

@ -70,16 +70,6 @@ hb_face_get_user_data (hb_face_t *face,
hb_user_data_key_t *key);
/* XXX
*
* I have two major concerns about this API as it is right now:
*
* - Jonathan Kew convinced me to make it return NULL if table not found (280af1bd),
* however, that is WRONG IMO. The API should not differentiate between a non-existing
* table vs a zero-length table vs a very short table. It only leads to implementations
* that check for non-NULL and assume that they've got a usable table going on... This
* actually happened with Firefox.
*/
hb_blob_t *
hb_face_reference_table (hb_face_t *face,
hb_tag_t tag);