diff --git a/code/nel/src/gui/group_html.cpp b/code/nel/src/gui/group_html.cpp
index 8ca74d6a4..0396051ac 100644
--- a/code/nel/src/gui/group_html.cpp
+++ b/code/nel/src/gui/group_html.cpp
@@ -4154,9 +4154,7 @@ namespace NLGUI
group->setSizeRef(CInterfaceElement::width);
// Compute begin space between paragraph and tables
-
// * If first in group, no begin space
- // * If behind a paragraph, take the biggest begin space between the previous paragraph and current one.
// Pointer on the current paragraph (can be a table too)
CGroupParagraph *p = dynamic_cast(group);
@@ -4178,11 +4176,6 @@ namespace NLGUI
group->setParentPos(groups.back());
group->setPosRef(Hotspot_TL);
group->setParentPosRef(Hotspot_BL);
-
- // Begin space for previous paragraph
- CGroupParagraph *previous = dynamic_cast(groups.back());
- if (previous)
- beginSpace = std::max(beginSpace, previous->getTopSpace());
}
// Set the begin space