diff --git a/TODO b/TODO
index 4d788b1f0a82da47afd8f2966f3a332e33f49ed8..20b05a5d8536097d2b1f341a439f83be455b8575 100644
--- a/TODO
+++ b/TODO
@@ -13,17 +13,5 @@ and CFB. Suggested by Rafael 'Dido' Sevilla. References:
 
 Valgrind reports errors on the des-compat test program. Investigate.
 
-
-Change the convention for declaring function pointers. Instead of for
-example
-
-  typedef void *
-  nettle_realloc_func(void *ctx, void *p, unsigned length);
-
-use
-
-  typedef void
-  nettle_realloc_func(void *ctx, void *p, unsigned length);
-
 The make rules for building position independent *_p.o files doesn't
 get dependencies right.