fix: shouldDisplay() is now redundant.

Signed-off-by: Redson <redson@riseup.net>
This commit is contained in:
Redson 2023-05-13 09:00:10 -03:00
parent 37a6ef95f0
commit 79ce7eb1fc
No known key found for this signature in database
GPG Key ID: A55CD2880240ABD7
2 changed files with 0 additions and 6 deletions

View File

@ -76,11 +76,6 @@ InstanceSettingsPage::InstanceSettingsPage(BaseInstance *inst, QWidget *parent)
updateThresholds();
}
bool InstanceSettingsPage::shouldDisplay() const
{
return true;
}
InstanceSettingsPage::~InstanceSettingsPage()
{
delete ui;

View File

@ -75,7 +75,6 @@ public:
{
return "Instance-settings";
}
virtual bool shouldDisplay() const override;
void retranslate() override;
void updateThresholds();