[TODO] Remove finished items
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 21 Apr 2011 20:03:59 +0000 (16:03 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 21 Apr 2011 20:03:59 +0000 (16:03 -0400)
TODO
src/hb-ft.cc

diff --git a/TODO b/TODO
index b5eb3be..c90857e 100644 (file)
--- a/TODO
+++ b/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
 
index f583ce5..f792ba0 100644 (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;