Remove unused Application::crashApplication()

This commit is contained in:
Ryan Huffman 2016-04-13 14:01:41 -07:00
parent 9ee81a73c7
commit bc247ec058
2 changed files with 0 additions and 8 deletions

View file

@ -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)

View file

@ -276,7 +276,6 @@ public slots:
void updateHeartbeat() const;
static void crashApplication();
static void deadlockApplication();
void rotationModeChanged() const;