[Scummvm-git-logs] scummvm master -> 9ed24f80f61198cad7bb69510e55e77ab8c997b3

sev- noreply at scummvm.org
Mon Aug 3 10:51:58 UTC 2026


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

Summary:
9ed24f80f6 LASTEXPRESS: Remove duplicate enum for debug channel


Commit: 9ed24f80f61198cad7bb69510e55e77ab8c997b3
    https://github.com/scummvm/scummvm/commit/9ed24f80f61198cad7bb69510e55e77ab8c997b3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-08-03T12:50:21+02:00

Commit Message:
LASTEXPRESS: Remove duplicate enum for debug channel

Changed paths:
    engines/lastexpress/debug.h


diff --git a/engines/lastexpress/debug.h b/engines/lastexpress/debug.h
index 188ca4e23ad..6f605320826 100644
--- a/engines/lastexpress/debug.h
+++ b/engines/lastexpress/debug.h
@@ -32,10 +32,6 @@ void onImGuiRender();
 void onImGuiCleanup();
 #endif
 
-enum LastExpressDebugChannels {
-	kDebugImGui = 1
-};
-
 class LastExpressEngine;
 
 class Debugger : public GUI::Debugger {




More information about the Scummvm-git-logs mailing list