[Scummvm-git-logs] scummvm master -> 02185eabcc41cfa192489cc04cd70aafbec2f61b
sev-
noreply at scummvm.org
Thu Mar 16 14:19:57 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:
02185eabcc SCUMM: Remove unused variable
Commit: 02185eabcc41cfa192489cc04cd70aafbec2f61b
https://github.com/scummvm/scummvm/commit/02185eabcc41cfa192489cc04cd70aafbec2f61b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-16T15:19:38+01:00
Commit Message:
SCUMM: Remove unused variable
Changed paths:
engines/scumm/dialogs.h
diff --git a/engines/scumm/dialogs.h b/engines/scumm/dialogs.h
index ae3ce2f652e..3c0f2654590 100644
--- a/engines/scumm/dialogs.h
+++ b/engines/scumm/dialogs.h
@@ -353,7 +353,6 @@ private:
GUI::CheckboxWidget *_enableLANBroadcast;
GUI::EditTextWidget *_lobbyServerAddr;
- GUI::ButtonWidget *_lobbyResetButton;
GUI::CheckboxWidget *_enableCompetitiveMods;
};
More information about the Scummvm-git-logs
mailing list