DREAMWEB: Remove some dead code

This commit is contained in:
Max Horn 2011-12-26 00:58:37 +01:00
parent 9ba55105fc
commit d015f5d446
6 changed files with 3 additions and 70 deletions

View file

@ -1235,10 +1235,6 @@ void DreamBase::copyName(uint8 type, uint8 index, uint8 *dst) {
dst[i] = 0;
}
void DreamGenContext::commandWithOb() {
commandWithOb(al, bh, bl);
}
void DreamBase::commandWithOb(uint8 command, uint8 type, uint8 index) {
uint8 commandLine[64] = "OBJECT NAME ONE ";
delTextLine();
@ -1752,10 +1748,6 @@ bool DreamGenContext::checkIfSet(uint8 x, uint8 y) {
return false;
}
void DreamGenContext::hangOn() {
hangOn(cx);
}
void DreamBase::hangOn(uint16 frameCount) {
while (frameCount) {
vSync();