[Scummvm-git-logs] scummvm master -> fd4fbc01832508cb6be4595fac815c3a41ff8ac9
sev-
noreply at scummvm.org
Sun Nov 14 13:54:30 UTC 2021
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:
fd4fbc0183 GUI: Remove debug output
Commit: fd4fbc01832508cb6be4595fac815c3a41ff8ac9
https://github.com/scummvm/scummvm/commit/fd4fbc01832508cb6be4595fac815c3a41ff8ac9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-11-14T14:54:22+01:00
Commit Message:
GUI: Remove debug output
Changed paths:
gui/launcher.cpp
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index a0a2539a89..c2b07a586c 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -801,14 +801,12 @@ void LauncherDialog::reflowLayout() {
#ifndef DISABLE_LAUNCHERDISPLAY_GRID
void LauncherDialog::addLayoutChooserButtons() {
if (_listButton) {
- warning("Marking listButton for removal %p", (void *)_listButton);
removeWidget(_listButton);
g_gui.addToTrash(_listButton, this);
_listButton = nullptr;
}
if (_gridButton) {
- warning("Marking gridButton for removal %p", (void *)_gridButton);
removeWidget(_gridButton);
g_gui.addToTrash(_gridButton, this);
_gridButton = nullptr;
More information about the Scummvm-git-logs
mailing list