aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/checkentry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan3/checkentry.cpp')
-rw-r--r--engines/glk/alan3/checkentry.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/glk/alan3/checkentry.cpp b/engines/glk/alan3/checkentry.cpp
index 3977d9e742..990d6920f8 100644
--- a/engines/glk/alan3/checkentry.cpp
+++ b/engines/glk/alan3/checkentry.cpp
@@ -28,7 +28,6 @@
namespace Glk {
namespace Alan3 {
-/*======================================================================*/
bool checksFailed(CONTEXT, Aaddr adr, bool execute) {
CheckEntry *chk = (CheckEntry *) pointerTo(adr);
bool flag;