From 4c7fdf59eb71fac27ddc177889ea6fbca9f1aa1e Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 1 Jun 2025 12:33:57 -0230 Subject: [PATCH] Remove dead code. --- src/gui/Dialog.cxx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gui/Dialog.cxx b/src/gui/Dialog.cxx index 149bdc94d..cf4f6c154 100644 --- a/src/gui/Dialog.cxx +++ b/src/gui/Dialog.cxx @@ -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;