mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
Remove unused Application::crashApplication()
This commit is contained in:
parent
9ee81a73c7
commit
bc247ec058
2 changed files with 0 additions and 8 deletions
|
@ -5176,13 +5176,6 @@ mat4 Application::getHMDSensorPose() const {
|
|||
return mat4();
|
||||
}
|
||||
|
||||
void Application::crashApplication() {
|
||||
qCDebug(interfaceapp) << "Intentionally crashed Interface";
|
||||
QObject* object = nullptr;
|
||||
bool value = object->isWindowType();
|
||||
Q_UNUSED(value);
|
||||
}
|
||||
|
||||
void Application::deadlockApplication() {
|
||||
qCDebug(interfaceapp) << "Intentionally deadlocked Interface";
|
||||
// Using a loop that will *technically* eventually exit (in ~600 billion years)
|
||||
|
|
|
@ -276,7 +276,6 @@ public slots:
|
|||
|
||||
void updateHeartbeat() const;
|
||||
|
||||
static void crashApplication();
|
||||
static void deadlockApplication();
|
||||
|
||||
void rotationModeChanged() const;
|
||||
|
|
Loading…
Reference in a new issue