[Scummvm-git-logs] scummvm master -> b62757d1383b5322f37e2fc1f03ca2ceb430b29e
sev-
noreply at scummvm.org
Sat Apr 29 12:25:17 UTC 2023
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:
b62757d138 DIRECTOR: LINGO: Remove unused variable
Commit: b62757d1383b5322f37e2fc1f03ca2ceb430b29e
https://github.com/scummvm/scummvm/commit/b62757d1383b5322f37e2fc1f03ca2ceb430b29e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-04-29T14:25:03+02:00
Commit Message:
DIRECTOR: LINGO: Remove unused variable
Changed paths:
engines/director/lingo/xlibs/labeldrvxobj.cpp
diff --git a/engines/director/lingo/xlibs/labeldrvxobj.cpp b/engines/director/lingo/xlibs/labeldrvxobj.cpp
index fc6cbc35cc5..0f3031f27e7 100644
--- a/engines/director/lingo/xlibs/labeldrvxobj.cpp
+++ b/engines/director/lingo/xlibs/labeldrvxobj.cpp
@@ -77,7 +77,6 @@ LabelDrvXObject::LabelDrvXObject(ObjectType ObjectType) :Object<LabelDrvXObject>
void LabelDrvXObj::m_new(int nargs) {
LabelDrvXObject *me = static_cast<LabelDrvXObject *>(g_lingo->_state->me.u.obj);
- Common::Rect rect;
me->_range = "C";
g_lingo->push(g_lingo->_state->me);
More information about the Scummvm-git-logs
mailing list