aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/yywrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/yywrap.c')
-rw-r--r--engines/sci/yywrap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sci/yywrap.c b/engines/sci/yywrap.c
deleted file mode 100644
index 9bc119b735..0000000000
--- a/engines/sci/yywrap.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int yywrap()
-{
- return 1;
-}