aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/parse.h')
-rw-r--r--engines/glk/alan2/parse.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/glk/alan2/parse.h b/engines/glk/alan2/parse.h
index 067c73fb3b..e2c558c5c3 100644
--- a/engines/glk/alan2/parse.h
+++ b/engines/glk/alan2/parse.h
@@ -39,15 +39,9 @@ extern int litCount;
extern int vrbwrd;
-#ifdef _PROTOTYPES_
-
/* Parse a new player command */
extern void parse(void);
-#else
-extern void parse();
-#endif
-
} // End of namespace Alan2
} // End of namespace Glk