mirror of
https://gitflic.ru/project/astankevich/mtpview.git
synced 2024-11-23 15:08:23 +01:00
Fix unused var.
This commit is contained in:
parent
5bf6edb8c4
commit
bb2022736b
@ -308,6 +308,6 @@ void MainWindow::showErrorAlert(const char * message) {
|
||||
"Ok", NULL, NULL, B_WIDTH_AS_USUAL, B_OFFSET_SPACING,
|
||||
B_WARNING_ALERT);
|
||||
alert->SetShortcut(0, B_ESCAPE);
|
||||
int32 button_index = alert->Go();
|
||||
alert->Go();
|
||||
//Quit(); //Leads to crash
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user