diff options
-rw-r--r-- | engines/adl/adl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h index 55ba0fcdec..cc20edf22c 100644 --- a/engines/adl/adl.h +++ b/engines/adl/adl.h @@ -125,13 +125,6 @@ protected: bool _isDark; }; -// Example console class -class Console : public GUI::Debugger { -public: - Console(AdlEngine *vm) {} - virtual ~Console(void) {} -}; - AdlEngine *AdlEngine_v1__create(OSystem *syst, const AdlGameDescription *gd); } // End of namespace Adl |