aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/quetzal.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/quetzal.h')
-rw-r--r--engines/glk/frotz/quetzal.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/glk/frotz/quetzal.h b/engines/glk/frotz/quetzal.h
index ce6b1bdcb2..ee3f3b3205 100644
--- a/engines/glk/frotz/quetzal.h
+++ b/engines/glk/frotz/quetzal.h
@@ -38,18 +38,6 @@ private:
QuetzalReader _reader;
QuetzalWriter _writer;
zword frames[STACK_SIZE / 4 + 1];
-/*
-private:
- void write_byte(zbyte b) { _out->writeByte(b); }
- void write_bytx(zword b) { _out->writeByte(b & 0xFF); }
- void write_word(zword w) { _out->writeUint16BE(w); }
- void write_long(uint l) { _out->writeUint32BE(l); }
- void write_run(zword run) { write_byte(0); write_byte(run); }
- void write_chnk(uint32 id, zword len) {
- _out->writeUint32BE(id);
- _out->writeUint32BE(len);
- }
- */
public:
/**
* Constructor