aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/game_nebular.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-24 00:38:49 -0500
committerPaul Gilbert2014-02-24 00:38:49 -0500
commit4c867aa62fea19f2bff7d3aa632b340aae110306 (patch)
treefe2cdea63210f67b2b7506ec9549d5a6dc7e4121 /engines/mads/nebular/game_nebular.h
parent37b788b7ddb679f32653be326ae96ad9132feb1f (diff)
downloadscummvm-rg350-4c867aa62fea19f2bff7d3aa632b340aae110306.tar.gz
scummvm-rg350-4c867aa62fea19f2bff7d3aa632b340aae110306.tar.bz2
scummvm-rg350-4c867aa62fea19f2bff7d3aa632b340aae110306.zip
MADS: Shift some fields and methods to Dialogs and Game classes
Diffstat (limited to 'engines/mads/nebular/game_nebular.h')
-rw-r--r--engines/mads/nebular/game_nebular.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/mads/nebular/game_nebular.h b/engines/mads/nebular/game_nebular.h
index 31bd4ae2b2..9232b26969 100644
--- a/engines/mads/nebular/game_nebular.h
+++ b/engines/mads/nebular/game_nebular.h
@@ -39,8 +39,6 @@ protected:
virtual void initialiseGlobals();
- virtual void showDialog();
-
virtual void setSectionHandler();
};