aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/worldofxeen_game.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-11-29 11:34:28 -0500
committerPaul Gilbert2015-11-29 11:34:28 -0500
commit9c92f9fa476219b7c775676565d7b3ebdd8d2c1e (patch)
tree68c2976fb80ed47479a7a0d88354aab725a5e35a /engines/xeen/worldofxeen/worldofxeen_game.h
parent82117272854a11ecd2ed5db1c7715de7f15f96c0 (diff)
downloadscummvm-rg350-9c92f9fa476219b7c775676565d7b3ebdd8d2c1e.tar.gz
scummvm-rg350-9c92f9fa476219b7c775676565d7b3ebdd8d2c1e.tar.bz2
scummvm-rg350-9c92f9fa476219b7c775676565d7b3ebdd8d2c1e.zip
XEEN: Moved in-progress Dark Side intro to it's own file
Diffstat (limited to 'engines/xeen/worldofxeen/worldofxeen_game.h')
-rw-r--r--engines/xeen/worldofxeen/worldofxeen_game.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen_game.h b/engines/xeen/worldofxeen/worldofxeen_game.h
index f35f25be15..f81f566d88 100644
--- a/engines/xeen/worldofxeen/worldofxeen_game.h
+++ b/engines/xeen/worldofxeen/worldofxeen_game.h
@@ -33,16 +33,6 @@ namespace Xeen {
* game code
*/
class WorldOfXeenEngine: public XeenEngine {
-private:
- /**
- * Shows the Dark Side of Xeen title sequence
- */
- void showDarkSideTitle();
-
- /**
- * Shows the Dark Side of Xeen introduction sequence
- */
- void showDarkSideIntro();
protected:
virtual void showIntro();
public: