From a6ff95c6aacbd41ccf6b07766d9aecd103cb7898 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 23 Mar 2012 03:29:48 -0400 Subject: [PATCH] Updated TODO.txt --- docs/TODO.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/TODO.txt b/docs/TODO.txt index 0b507418..fabaef67 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -75,7 +75,6 @@ Other stuff I thought of... - bzip2 support in zip archiver? - rewrite 7zip archiver. - ryanify iso9660 code. -- Move archiver_qpak.c code to archiver_unpacked.c? - Cache basedir/userdir results (do we do this already?) - Reduce the BAIL and GOTO macro use. A lot of these don't add anything.