[Scummvm-git-logs] scummvm master -> 3c62ce1f5a8f6896c03cb15419c0737b10fb8847

eriktorbjorn noreply at scummvm.org
Fri Nov 1 09:35:04 UTC 2024


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:
3c62ce1f5a SCUMM: MACGUI: Remove unnecessary blank lines


Commit: 3c62ce1f5a8f6896c03cb15419c0737b10fb8847
    https://github.com/scummvm/scummvm/commit/3c62ce1f5a8f6896c03cb15419c0737b10fb8847
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-11-01T10:34:50+01:00

Commit Message:
SCUMM: MACGUI: Remove unnecessary blank lines

Changed paths:
    engines/scumm/macgui/macgui_impl.cpp


diff --git a/engines/scumm/macgui/macgui_impl.cpp b/engines/scumm/macgui/macgui_impl.cpp
index 9f5659f5809..c98f78f035a 100644
--- a/engines/scumm/macgui/macgui_impl.cpp
+++ b/engines/scumm/macgui/macgui_impl.cpp
@@ -372,8 +372,6 @@ bool MacGuiImpl::handleMenu(int id, Common::String &name) {
 }
 
 void MacGuiImpl::updateWindowManager() {
-
-
 	Graphics::MacMenu *menu = _windowManager->getMenu();
 
 	if (!menu)




More information about the Scummvm-git-logs mailing list