diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/cge2.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cge2/cge2.cpp b/engines/cge2/cge2.cpp index 16deafba48..1fb880c4df 100644 --- a/engines/cge2/cge2.cpp +++ b/engines/cge2/cge2.cpp @@ -167,8 +167,6 @@ bool CGE2Engine::hasFeature(EngineFeature f) const { } Common::Error CGE2Engine::run() { - warning("STUB: CGE2Engine::run()"); - initGraphics(kScrWidth, kScrHeight, false); init(); |