mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:43:45 +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();
|
return mat4();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::crashApplication() {
|
|
||||||
qCDebug(interfaceapp) << "Intentionally crashed Interface";
|
|
||||||
QObject* object = nullptr;
|
|
||||||
bool value = object->isWindowType();
|
|
||||||
Q_UNUSED(value);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Application::deadlockApplication() {
|
void Application::deadlockApplication() {
|
||||||
qCDebug(interfaceapp) << "Intentionally deadlocked Interface";
|
qCDebug(interfaceapp) << "Intentionally deadlocked Interface";
|
||||||
// Using a loop that will *technically* eventually exit (in ~600 billion years)
|
// Using a loop that will *technically* eventually exit (in ~600 billion years)
|
||||||
|
|
|
@ -276,7 +276,6 @@ public slots:
|
||||||
|
|
||||||
void updateHeartbeat() const;
|
void updateHeartbeat() const;
|
||||||
|
|
||||||
static void crashApplication();
|
|
||||||
static void deadlockApplication();
|
static void deadlockApplication();
|
||||||
|
|
||||||
void rotationModeChanged() const;
|
void rotationModeChanged() const;
|
||||||
|
|
Loading…
Reference in a new issue