[Scummvm-git-logs] scummvm master -> 86e92786227c0d0505c193780a6a4966ee53bf9b

dwatteau noreply at scummvm.org
Fri Aug 1 18:02:25 UTC 2025


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:
86e9278622 TEENAGENT: Drop unused kActionNone from enum TEENAGENTActions


Commit: 86e92786227c0d0505c193780a6a4966ee53bf9b
    https://github.com/scummvm/scummvm/commit/86e92786227c0d0505c193780a6a4966ee53bf9b
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2025-08-01T20:01:20+02:00

Commit Message:
TEENAGENT: Drop unused kActionNone from enum TEENAGENTActions

(It'd trigger -Wshadow, as this value's already in enum Action)

Changed paths:
    engines/teenagent/teenagent.h


diff --git a/engines/teenagent/teenagent.h b/engines/teenagent/teenagent.h
index 0a8f0080d5a..03adbcfb4b2 100644
--- a/engines/teenagent/teenagent.h
+++ b/engines/teenagent/teenagent.h
@@ -81,7 +81,6 @@ enum {
 };
 
 enum TEENAGENTActions {
-	kActionNone,
 	kActionSkipIntro,
 	kActionSkipDialog,
 	kActionCloseInventory,




More information about the Scummvm-git-logs mailing list