aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/snail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/snail.cpp')
-rw-r--r--engines/cge2/snail.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/cge2/snail.cpp b/engines/cge2/snail.cpp
index 54ef036dc3..48e8ffdb70 100644
--- a/engines/cge2/snail.cpp
+++ b/engines/cge2/snail.cpp
@@ -749,10 +749,6 @@ bool CommandHandler::idle() {
return (!_vm->_waitRef && _head == _tail);
}
-void CommandHandler::reset() {
- _tail = _head;
-}
-
void CommandHandler::clear() {
_tail = _head;
_vm->killText();