[Scummvm-git-logs] scummvm master -> ae969044ab85c83933d59a1b35e05f30d3053ee2
sev-
noreply at scummvm.org
Mon Sep 8 11:41:09 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:
ae969044ab BAGEL: Slight cleanup
Commit: ae969044ab85c83933d59a1b35e05f30d3053ee2
https://github.com/scummvm/scummvm/commit/ae969044ab85c83933d59a1b35e05f30d3053ee2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-09-08T13:40:51+02:00
Commit Message:
BAGEL: Slight cleanup
Changed paths:
engines/bagel/hodjnpodj/barbershop/main.cpp
diff --git a/engines/bagel/hodjnpodj/barbershop/main.cpp b/engines/bagel/hodjnpodj/barbershop/main.cpp
index 4e0e7e01a88..d40d9ead71c 100644
--- a/engines/bagel/hodjnpodj/barbershop/main.cpp
+++ b/engines/bagel/hodjnpodj/barbershop/main.cpp
@@ -842,9 +842,6 @@ void CMainWindow::FlushInputEvents() {
}
void CMainWindow::OnActivate(unsigned int nState, CWnd *pWndOther, bool bMinimized) {
- if (pWndOther) // bullshit to rid warnings
- true;
-
if (!bMinimized) {
switch (nState) {
More information about the Scummvm-git-logs
mailing list