git » fp-git.git » commit 49ab7ad

removed TODO task

author ecalot
2005-06-08 16:58:45 UTC
committer ecalot
2005-06-08 16:58:45 UTC
parent 3638d48d3459c509801cf428158df60150caf0ed

removed TODO task

PR/src/lib/layers/reslist.c +0 -1

diff --git a/PR/src/lib/layers/reslist.c b/PR/src/lib/layers/reslist.c
index 730a80a..8a688d5 100644
--- a/PR/src/lib/layers/reslist.c
+++ b/PR/src/lib/layers/reslist.c
@@ -82,7 +82,6 @@ void resourceListDebugPrint(tResourceList* r) {
 	list_firstCursor(r);
 }
 
-#include "resources.h" /* verifyHeader TODO: set 0 and autodetect type 0 in extraction time */
 void resourceListAddInfo(tResourceList* r,tResource* res) {
 	if (!list_moveCursor(r,res)) {
 		res->path=NULL;