mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:43:36 +02: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