Remove dead code.

This commit is contained in:
Stephen Anthony 2025-06-01 12:33:57 -02:30
parent 6868abec68
commit 4c7fdf59eb
1 changed files with 0 additions and 7 deletions

View File

@ -116,13 +116,6 @@ void Dialog::open()
else
buildCurrentFocusList();
/*if (!_surface->attributes().blending)
{
_surface->attributes().blending = true;
_surface->attributes().blendalpha = 90;
_surface->applyAttributes();
}*/
loadConfig(); // has to be done AFTER (re)building the focus list
_visible = true;