aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Peters2004-01-28 13:13:58 +0000
committerJoost Peters2004-01-28 13:13:58 +0000
commit239275c608e0b5ebec98b93db593cebd863e4666 (patch)
tree12702edaa62a0fe2c963fdb16cd2fec24194bfd1
parentc99ed51800cbbb514cfa23d37766b41040b99041 (diff)
downloadscummvm-rg350-239275c608e0b5ebec98b93db593cebd863e4666.tar.gz
scummvm-rg350-239275c608e0b5ebec98b93db593cebd863e4666.tar.bz2
scummvm-rg350-239275c608e0b5ebec98b93db593cebd863e4666.zip
remove outdated TODOs
svn-id: r12658
-rw-r--r--queen/cutaway.cpp13
-rw-r--r--queen/talk.cpp7
2 files changed, 0 insertions, 20 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index dddf2aed3f..ac59792ee4 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -36,19 +36,6 @@
namespace Queen {
-/*
- TODO later
-
- - Finish Cutaway::stop
-
- - Show credits
-
- - Play voices
-
- - Play songs
-
- */
-
void Cutaway::run(
const char *filename,
char *nextFilename,
diff --git a/queen/talk.cpp b/queen/talk.cpp
index 3a4c549548..f0fb3b7aea 100644
--- a/queen/talk.cpp
+++ b/queen/talk.cpp
@@ -38,13 +38,6 @@
namespace Queen {
-/*
- Functions needed:
-
- Data needed:
-
- */
-
void Talk::talk(
const char *filename,
int personInRoom,