mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-25 02:44:14 +00:00
LogitechMicWindow: Remove unnecessary destructor.
This commit is contained in:
parent
366bdbfb3a
commit
ba7d6621ee
@ -37,8 +37,6 @@ LogitechMicWindow::LogitechMicWindow(QWidget* parent) : QWidget(parent)
|
||||
OnEmulationStateChanged(Core::GetState(Core::System::GetInstance()));
|
||||
}
|
||||
|
||||
LogitechMicWindow::~LogitechMicWindow() = default;
|
||||
|
||||
void LogitechMicWindow::CreateMainWindow()
|
||||
{
|
||||
auto* main_layout = new QVBoxLayout();
|
||||
|
||||
@ -16,7 +16,6 @@ class LogitechMicWindow : public QWidget
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit LogitechMicWindow(QWidget* parent = nullptr);
|
||||
~LogitechMicWindow() override;
|
||||
|
||||
private:
|
||||
void CreateMainWindow();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user