aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-10-28 06:55:50 +0000
committerPaweł Kołodziejski2004-10-28 06:55:50 +0000
commit1d6de6f5e4eee21f888956dae7cc7a568f2264d4 (patch)
treed1578f22041636308ebe21a70151f257ea38c9eb /TODO
parent7aa3cded0854a9bb59f27248ac99a90142f44dca (diff)
downloadscummvm-rg350-1d6de6f5e4eee21f888956dae7cc7a568f2264d4.tar.gz
scummvm-rg350-1d6de6f5e4eee21f888956dae7cc7a568f2264d4.tar.bz2
scummvm-rg350-1d6de6f5e4eee21f888956dae7cc7a568f2264d4.zip
replaced printf usage in saga
svn-id: r15693
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 1690ebe1b0..d0bf14b8ce 100644
--- a/TODO
+++ b/TODO
@@ -297,7 +297,6 @@ SAGA
* Remove use of yslib
* Transition console to use ScummVM one
* Remove any traces of the additional level of abstraction reinherit used
-* Change printf calls to warning/debug calls
* Remove homerolled high level data structures like stacks that should
be provided by ScummVM if they aren't already.
* OO'ify (blah_mod.h contains public stuff, blah.h private stuff) [almost done]