summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-25 11:55:15 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-25 11:55:15 +0100
commit259ec024baf0592fe2d7dfea32ee052f8b5b3d20 (patch)
treefbab1b98ca34737e9609225be589f6dce4e42b94 /vcl/source
parent450cb7831f077df43582de15631de3886888e9e0 (diff)
remove commented code
commented out since it came in with 835219840d42cfb891614db2ed7bf0386293468a
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/seleng.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/seleng.cxx b/vcl/source/window/seleng.cxx
index f1291dcfef63..fc5e257a247b 100644
--- a/vcl/source/window/seleng.cxx
+++ b/vcl/source/window/seleng.cxx
@@ -29,7 +29,6 @@ FunctionSet::~FunctionSet()
inline bool SelectionEngine::ShouldDeselect( bool bModifierKey1 ) const
{
-// return !( eSelMode == MULTIPLE_SELECTION && bModifierKey1 );
return eSelMode != MULTIPLE_SELECTION || !bModifierKey1;
}