Merge pull request #331 from ZappoMan/master

get rid of the "kill the solar system" feature... protecting us from ourselves!
This commit is contained in:
Philip Rosedale 2013-05-16 12:59:55 -07:00
commit 31967e8afb

View file

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