[Scummvm-git-logs] scummvm master -> a768d127077398db769c74b8bd59dfde297c9d92

sev- noreply at scummvm.org
Sun Mar 26 12:22:09 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:
a768d12707 GUI: Remove leftover debug message


Commit: a768d127077398db769c74b8bd59dfde297c9d92
    https://github.com/scummvm/scummvm/commit/a768d127077398db769c74b8bd59dfde297c9d92
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-26T14:22:01+02:00

Commit Message:
GUI: Remove leftover debug message

Changed paths:
    gui/textviewer.cpp


diff --git a/gui/textviewer.cpp b/gui/textviewer.cpp
index 30e54c17a98..65f5353e5fb 100644
--- a/gui/textviewer.cpp
+++ b/gui/textviewer.cpp
@@ -125,8 +125,6 @@ void TextViewerDialog::reflowLayout() {
 	_lineWidth = (_w - scrollbarWidth - _padX * 2) / _charWidth;
 	_linesPerPage = (_h - _padY * 2 - buttonOffset) / _lineHeight;
 
-	warning("Lines: %d", _linesPerPage);
-
 	_scrollBar->setPos(_w - scrollbarWidth - 1, 0);
 	_scrollBar->setSize(scrollbarWidth, _h - buttonOffset);
 }




More information about the Scummvm-git-logs mailing list