From 773cc3efce8987710d8501fafc95d4d795b3949d Mon Sep 17 00:00:00 2001 From: stv Date: Wed, 1 Jun 2005 11:32:13 +0000 Subject: [PATCH] no message --- src/PythonConsole/PythonConsole_PyEditor.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PythonConsole/PythonConsole_PyEditor.cxx b/src/PythonConsole/PythonConsole_PyEditor.cxx index 3f97fb8e0..cbb4627f7 100755 --- a/src/PythonConsole/PythonConsole_PyEditor.cxx +++ b/src/PythonConsole/PythonConsole_PyEditor.cxx @@ -280,8 +280,6 @@ void PythonConsole_PyEditor::keyPressEvent( QKeyEvent* e ) bool ctrlPressed = e->state() & ControlButton; // check if is pressed bool shftPressed = e->state() & ShiftButton; - // check if is pressed - bool altPressed = e->state() & AltButton; // process + key-bindings if ( aKey == Key_C && ctrlPressed ) { -- 2.39.2