diff options
author | 2024-06-24 19:21:16 +0200 | |
---|---|---|
committer | 2024-06-27 17:40:29 +0200 | |
commit | aebb6c947514b5737d1f15228fe547b3e4fc71aa (patch) | |
tree | f9805590069fb422ab4b7cb2c3ec85c4200fa7aa /www-client/dillo | |
parent | www-client/chromium: remove unused patches (diff) | |
download | gentoo-aebb6c947514b5737d1f15228fe547b3e4fc71aa.tar.gz gentoo-aebb6c947514b5737d1f15228fe547b3e4fc71aa.tar.bz2 gentoo-aebb6c947514b5737d1f15228fe547b3e4fc71aa.zip |
www-client/dillo: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/files/dillo-3.1.0-remove-floatref.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www-client/dillo/files/dillo-3.1.0-remove-floatref.patch b/www-client/dillo/files/dillo-3.1.0-remove-floatref.patch deleted file mode 100644 index a88e579835de..000000000000 --- a/www-client/dillo/files/dillo-3.1.0-remove-floatref.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://github.com/dillo-browser/dillo/commit/8c4f55260d0715935e2ed59c2a88f0715bb9661d.patch -From: Rodrigo Arias Mallo <rodarima@gmail.com> -Date: Sun, 2 Jun 2024 19:58:50 +0200 -Subject: [PATCH] Remove undefined floatRef debug line in RTFL - -Fixes: https://bugs.gentoo.org/933361 ---- 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)", |