mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Undo last commit. Extra dispose call is not necessary
This commit is contained in:
parent
7818e88b72
commit
34e3db6cea
@ -1612,7 +1612,6 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
|||||||
|
|
||||||
opt.Dock = DockStyle.None;
|
opt.Dock = DockStyle.None;
|
||||||
tabProfiles.Controls.Remove(opt);
|
tabProfiles.Controls.Remove(opt);
|
||||||
opt.Dispose();
|
|
||||||
optPop = false; opt = null;
|
optPop = false; opt = null;
|
||||||
|
|
||||||
lBProfiles.Visible = true;
|
lBProfiles.Visible = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user