Kaydet (Commit) 259ec024 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

remove commented code

commented out since it came in with
83521984
üst 450cb783
...@@ -29,7 +29,6 @@ FunctionSet::~FunctionSet() ...@@ -29,7 +29,6 @@ FunctionSet::~FunctionSet()
inline bool SelectionEngine::ShouldDeselect( bool bModifierKey1 ) const inline bool SelectionEngine::ShouldDeselect( bool bModifierKey1 ) const
{ {
// return !( eSelMode == MULTIPLE_SELECTION && bModifierKey1 );
return eSelMode != MULTIPLE_SELECTION || !bModifierKey1; return eSelMode != MULTIPLE_SELECTION || !bModifierKey1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment