mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Removed unused method
This commit is contained in:
parent
8933da7bc7
commit
0e40a61eaa
2 changed files with 0 additions and 11 deletions
|
@ -1080,15 +1080,6 @@ void Menu::bumpSettings() {
|
|||
Application::getInstance()->bumpSettings();
|
||||
}
|
||||
|
||||
void Menu::displayNameLocationResponse(const QString& errorString) {
|
||||
|
||||
if (!errorString.isEmpty()) {
|
||||
QMessageBox msgBox;
|
||||
msgBox.setText(errorString);
|
||||
msgBox.exec();
|
||||
}
|
||||
}
|
||||
|
||||
void Menu::runTests() {
|
||||
runTimingTests();
|
||||
}
|
||||
|
|
|
@ -134,8 +134,6 @@ private slots:
|
|||
void showEditEntitiesHelp();
|
||||
void bumpSettings();
|
||||
void runTests();
|
||||
void displayNameLocationResponse(const QString& errorString);
|
||||
|
||||
};
|
||||
|
||||
namespace MenuOption {
|
||||
|
|
Loading…
Reference in a new issue