aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index d21bd7b7a3..9121de4424 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -192,7 +192,7 @@ protected:
Common::String readStringAt(Common::SeekableReadStream &stream, uint offset, byte until = 0) const;
void openFile(Common::File &file, const Common::String &name) const;
- virtual void printMessage(uint idx, bool wait = true);
+ virtual void printMessage(uint idx) = 0;
void delay(uint32 ms) const;
Common::String inputString(byte prompt = 0) const;
@@ -318,9 +318,6 @@ private:
bool canLoadGameStateCurrently();
bool canSaveGameStateCurrently();
- // Text output
- void wordWrap(Common::String &str) const;
-
// Text input
byte convertKey(uint16 ascii) const;
Common::String getLine() const;