Salome HOME
no message
authorstv <stv@opencascade.com>
Wed, 1 Jun 2005 11:32:13 +0000 (11:32 +0000)
committerstv <stv@opencascade.com>
Wed, 1 Jun 2005 11:32:13 +0000 (11:32 +0000)
src/PythonConsole/PythonConsole_PyEditor.cxx

index 3f97fb8e0d8303548abbd7ef9627bfb161d513b2..cbb4627f79e708eff7c4140a5191b3760d855998 100755 (executable)
@@ -280,8 +280,6 @@ void PythonConsole_PyEditor::keyPressEvent( QKeyEvent* e )
   bool ctrlPressed = e->state() & ControlButton;
   // check if <Shift> is pressed
   bool shftPressed = e->state() & ShiftButton;
-  // check if <Alt> is pressed
-  bool altPressed = e->state() & AltButton;
 
   // process <Ctrl>+<C> key-bindings
   if ( aKey == Key_C && ctrlPressed ) {