mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-04 02:10:06 -05:00
Remove redundant semicolons
This commit is contained in:
@@ -50,7 +50,7 @@ InfinityBaseWindow::InfinityBaseWindow(QWidget* parent) : QWidget(parent)
|
||||
installEventFilter(this);
|
||||
|
||||
OnEmulationStateChanged(Core::GetState(Core::System::GetInstance()));
|
||||
};
|
||||
}
|
||||
|
||||
InfinityBaseWindow::~InfinityBaseWindow() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user