aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index 921197fd5e..f83f477089 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -104,8 +104,6 @@ struct DMADGameDescription {
OriginalSavePlatform _origPlatformToAccept[k_savePlatform_total + 1];
};
-void warning(bool repeat, const char *s, ...);
-
enum Direction {
kDirNorth = 0,
kDirEast = 1,