[Scummvm-git-logs] scummvm master -> 22e2391258d41ddf071698d14af840eaa2d0c536
sev-
noreply at scummvm.org
Sun Jul 19 09:47:43 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:
22e2391258 DIRECTOR: Fix warning
Commit: 22e2391258d41ddf071698d14af840eaa2d0c536
https://github.com/scummvm/scummvm/commit/22e2391258d41ddf071698d14af840eaa2d0c536
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-19T11:47:34+02:00
Commit Message:
DIRECTOR: Fix warning
Changed paths:
engines/director/lingo/xlibs/g/getpath.cpp
diff --git a/engines/director/lingo/xlibs/g/getpath.cpp b/engines/director/lingo/xlibs/g/getpath.cpp
index 3e605759a9e..fe64828246e 100644
--- a/engines/director/lingo/xlibs/g/getpath.cpp
+++ b/engines/director/lingo/xlibs/g/getpath.cpp
@@ -90,8 +90,6 @@ void GetPathXObj::close(ObjectType type) {
}
void GetPathXObj::m_new(int nargs) {
- GetPathXObject *me = static_cast<GetPathXObject *>(g_lingo->_state->me.u.obj);
-
debugC(5, kDebugLingoExec, "GetPathXObj::m_new");
// Return the object instance
More information about the Scummvm-git-logs
mailing list