From f8dc01a89008e624f95ef5e338846e47badcad90 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Thu, 16 May 2013 12:56:13 -0700 Subject: [PATCH] removed the - key killing all the planets --- interface/src/Application.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 2b3fe3c0f6..a4002cca4c 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -538,10 +538,6 @@ void Application::keyPressEvent(QKeyEvent* event) { shiftPaintingColor(); break; - case Qt::Key_Minus: - sendVoxelServerEraseAll(); - break; - case Qt::Key_Percent: sendVoxelServerAddScene(); break;