diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-02 19:58:50 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-02 19:58:50 +0200 |
commit | 8c4f55260d0715935e2ed59c2a88f0715bb9661d (patch) | |
tree | 9725331930f6013a4bfa1b0a8cba0fcac847929b | |
parent | f02cc54c84efcea6ee4c65b64853d8c5671090e9 (diff) |
Remove undefined floatRef debug line in RTFL
Fixes: https://bugs.gentoo.org/933361
-rw-r--r-- | dw/ooffloatsmgr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ooffloatsmgr.cc b/dw/ooffloatsmgr.cc index 721d74ac..aed1f936 100644 --- a/dw/ooffloatsmgr.cc +++ b/dw/ooffloatsmgr.cc @@ -2,6 +2,7 @@ * Dillo Widget * * Copyright 2013-2014 Sebastian Geerken <sgeerken@dillo.org> + * Copyright 2024 Rodrigo Arias Mallo <rodarima@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -963,7 +964,6 @@ void OOFFloatsMgr::getSize (Requisition *cbReq, int *oofWidth, int *oofHeight) max (oofHeightLeft, oofHeightRight) + container->boxRestHeight (); SizeChanged = true; - DBG_OBJ_SET_NUM ("floatRef", floatRef); DBG_OBJ_MSGF ("resize.oofm", 1, "=> (l: %d, r: %d => %d) * (l: %d, r: %d => %d)", |