aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/adrift/scgamest.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/adrift/scgamest.h')
-rw-r--r--engines/glk/adrift/scgamest.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/glk/adrift/scgamest.h b/engines/glk/adrift/scgamest.h
index a246d05164..494f75076a 100644
--- a/engines/glk/adrift/scgamest.h
+++ b/engines/glk/adrift/scgamest.h
@@ -180,9 +180,6 @@ struct sc_game_s {
sc_int him_npc;
sc_int her_npc;
sc_int it_npc;
-
- /* Longjump buffer for external requests to quit. */
- jmp_buf quitter;
};
typedef sc_game_s sc_game_t;