Salome HOME
The code comment
[modules/shaper.git] / src / XGUI / XGUI_OperationMgr.cpp
index e767d7f964c053723c057983372d8a552c0685b7..1fe9717fb9bf9f6623b39514ea2c530153f43fa5 100644 (file)
@@ -301,10 +301,6 @@ bool XGUI_OperationMgr::onKeyReleased(QKeyEvent* theEvent)
       commitOperation();
     }
     break;
-    case Qt::Key_Delete: { // the delete button is occupied by the workshop Delete action,
-      // so this button process is realized here
-      emit keyDeleteReleased();
-    }
     default:
       isAccepted = false;
       break;