aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/decode.h')
-rw-r--r--engines/glk/alan2/decode.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/glk/alan2/decode.h b/engines/glk/alan2/decode.h
index 7ce15b41de..2e430de1f7 100644
--- a/engines/glk/alan2/decode.h
+++ b/engines/glk/alan2/decode.h
@@ -31,17 +31,10 @@
namespace Glk {
namespace Alan2 {
-#ifdef _PROTOTYPES_
extern void startDecoding(void);
extern int decodeChar(void);
extern void *pushDecode(void);
extern void popDecode(void *info);
-#else
-extern void startDecoding();
-extern int decodeChar();
-extern void *pushDecode();
-extern void popDecode();
-#endif
} // End of namespace Alan2
} // End of namespace Glk