removed the - key killing all the planets

This commit is contained in:
ZappoMan 2013-05-16 12:56:13 -07:00
parent c8c4b8fda5
commit f8dc01a890

View file

@ -538,10 +538,6 @@ void Application::keyPressEvent(QKeyEvent* event) {
shiftPaintingColor(); shiftPaintingColor();
break; break;
case Qt::Key_Minus:
sendVoxelServerEraseAll();
break;
case Qt::Key_Percent: case Qt::Key_Percent:
sendVoxelServerAddScene(); sendVoxelServerAddScene();
break; break;