mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 13:47:46 +02:00
Remove unecessary delete in InstanceSettingsPage destructor
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Aaron Sonin <10217842+byteduck@users.noreply.github.com> Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com>
This commit is contained in:
@ -80,7 +80,6 @@ bool InstanceSettingsPage::shouldDisplay() const
|
|||||||
InstanceSettingsPage::~InstanceSettingsPage()
|
InstanceSettingsPage::~InstanceSettingsPage()
|
||||||
{
|
{
|
||||||
delete ui;
|
delete ui;
|
||||||
delete accountMenu;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void InstanceSettingsPage::globalSettingsButtonClicked(bool)
|
void InstanceSettingsPage::globalSettingsButtonClicked(bool)
|
||||||
|
Reference in New Issue
Block a user