[Scummvm-git-logs] scummvm master -> 82c0759dc79f490fe7d467d4f6e929088796b3d2

criezy criezy at scummvm.org
Mon Mar 15 01:25:58 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
82c0759dc7 CGE: Remove unused Console code


Commit: 82c0759dc79f490fe7d467d4f6e929088796b3d2
    https://github.com/scummvm/scummvm/commit/82c0759dc79f490fe7d467d4f6e929088796b3d2
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-03-15T01:24:36Z

Commit Message:
CGE: Remove unused Console code

The CGE engine defined two separate GUI::Debugger classes,
but only one of them is used and we can remove the other one.

Changed paths:
    engines/cge/cge.h


diff --git a/engines/cge/cge.h b/engines/cge/cge.h
index 248fd8cad2..f70dbde27c 100644
--- a/engines/cge/cge.h
+++ b/engines/cge/cge.h
@@ -326,13 +326,6 @@ private:
 	void deinit();
 };
 
-// Example console class
-class Console : public GUI::Debugger {
-public:
-	Console(CGEEngine *vm) {}
-	~Console() override {}
-};
-
 } // End of namespace CGE
 
 #endif




More information about the Scummvm-git-logs mailing list