From 04744e73bad22d679986173b5f0d84dbbf49dd57 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 20 Apr 2011 17:24:03 -0400 Subject: [PATCH] [TODO] Remove done items --- TODO | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TODO b/TODO index dbcb8098c..b5eb3be14 100644 --- a/TODO +++ b/TODO @@ -16,10 +16,6 @@ General fixes: API issues to fix before 1.0: ============================ -- Rename get_table to reference_table - -- get_table shouldn't return NULL - - Figure out how many .so objects, how to link, etc - Shall y axis progress downward instead of upward? @@ -28,8 +24,6 @@ API issues to fix before 1.0: - Real subclassing support for vfunc vectors -- Investigate Mozilla's user-data issue, make sure it's addressed - - Add hb-cairo glue - Fix blob, remove mutex, etc.