aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/processor.h')
-rw-r--r--engines/glk/frotz/processor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/glk/frotz/processor.h b/engines/glk/frotz/processor.h
index 15b8c512e7..dddcc7609a 100644
--- a/engines/glk/frotz/processor.h
+++ b/engines/glk/frotz/processor.h
@@ -95,10 +95,6 @@ private:
bool istream_replay;
bool message;
Common::FixedStack<Redirect, MAX_NESTING> _redirect;
-
- int _quotes;
- int _dashes;
- int _spaces;
protected:
/**
* \defgroup General support methods