mirror of https://github.com/stella-emu/stella.git
Remove dead code.
This commit is contained in:
parent
6868abec68
commit
4c7fdf59eb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue