diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index a6555352dd..d254218180 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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) diff --git a/interface/src/Application.h b/interface/src/Application.h index ebe2e53584..f15d8dfb98 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -276,7 +276,6 @@ public slots: void updateHeartbeat() const; - static void crashApplication(); static void deadlockApplication(); void rotationModeChanged() const;