aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/dialogs.h')
-rw-r--r--engines/avalanche/dialogs.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/engines/avalanche/dialogs.h b/engines/avalanche/dialogs.h
index 9cd4e729d4..94ffaf9401 100644
--- a/engines/avalanche/dialogs.h
+++ b/engines/avalanche/dialogs.h
@@ -41,26 +41,6 @@ typedef void (Dialogs::*DialogFunctionType)();
class Dialogs {
public:
- // Constants to replace the command characters from Pascal.
- // For more information, see: https://github.com/urukgit/avalot/wiki/Scrolldrivers
- enum ControlCharacter {
- kControlSpeechBubble = 2, // ^B
- kControlCenter = 3, // ^C
- kControlToBuffer = 4, // ^D
- kControlItalic = 6, // ^F
- kControlBell = 7, // ^G
- kControlBackspace = 8, // ^H
- kControlInsertSpaces = 9, // ^I
- kControlLeftJustified = 12, // ^L
- kControlNewLine = 13, // ^M
- kControlParagraph = 16, // ^P
- kControlQuestion = 17, // ^Q
- kControlRoman = 18, // ^R
- kControlRegister = 19, // ^S
- kControlNegative = 21, // ^U
- kControlIcon = 22 // ^V
- };
-
bool _aboutBox; // Is this the about box?
FontType _fonts[2];