aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src
diff options
context:
space:
mode:
authorMax Horn2009-11-14 13:11:06 +0000
committerMax Horn2009-11-14 13:11:06 +0000
commit81762edf338be5394120787696d9af61a00a0f9d (patch)
treedd9ba845e92d973c2ef764eaee0bb169468640a6 /backends/platform/PalmOS/Src
parent05a735c4428c51e8a050c4c55d06dedf34aace66 (diff)
downloadscummvm-rg350-81762edf338be5394120787696d9af61a00a0f9d.tar.gz
scummvm-rg350-81762edf338be5394120787696d9af61a00a0f9d.tar.bz2
scummvm-rg350-81762edf338be5394120787696d9af61a00a0f9d.zip
Remove Igor engine
svn-id: r45898
Diffstat (limited to 'backends/platform/PalmOS/Src')
-rw-r--r--backends/platform/PalmOS/Src/launcher/games.h2
-rw-r--r--backends/platform/PalmOS/Src/prefixes/compile.h1
-rw-r--r--backends/platform/PalmOS/Src/prefixes/native_igor.h7
3 files changed, 0 insertions, 10 deletions
diff --git a/backends/platform/PalmOS/Src/launcher/games.h b/backends/platform/PalmOS/Src/launcher/games.h
index 0572504dc8..7c381a40f4 100644
--- a/backends/platform/PalmOS/Src/launcher/games.h
+++ b/backends/platform/PalmOS/Src/launcher/games.h
@@ -173,7 +173,6 @@ enum {
ENGINE_TOUCHE,
ENGINE_CRUISE,
ENGINE_DRASCULA,
- ENGINE_IGOR,
ENGINE_COUNT
};
@@ -197,7 +196,6 @@ static const struct {
{ "touche", "Touche: The Adventures of the Fifth Musketeer" },
{ "cruise", "Beta -> Cruise for a Corpse" },
{ "drascula", "Beta -> Drascula" },
- { "igor", "Beta -> Igor" },
};
// protos
diff --git a/backends/platform/PalmOS/Src/prefixes/compile.h b/backends/platform/PalmOS/Src/prefixes/compile.h
index c2bb51385a..cb91957104 100644
--- a/backends/platform/PalmOS/Src/prefixes/compile.h
+++ b/backends/platform/PalmOS/Src/prefixes/compile.h
@@ -46,7 +46,6 @@
#undef ENABLE_PARALLACTION
#undef ENABLE_CRUISE
#undef ENABLE_DRASCULA
-#undef ENABLE_IGOR
// ScummVM
#define DISABLE_HQ_SCALERS
diff --git a/backends/platform/PalmOS/Src/prefixes/native_igor.h b/backends/platform/PalmOS/Src/prefixes/native_igor.h
deleted file mode 100644
index 2808dd2331..0000000000
--- a/backends/platform/PalmOS/Src/prefixes/native_igor.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "native_common.h"
-#define ENABLE_IGOR STATIC_PLUGIN
-
-#endif