summaryrefslogtreecommitdiff
path: root/vcl/source/window/seleng.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-25 10:01:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-25 10:01:29 +0100
commitb2b3dd2fe6d771f8c662ceb7dcab95149606f041 (patch)
tree6219104438387e818f22cdca7e755426dd8193a5 /vcl/source/window/seleng.cxx
parent93d7c753051664bc3f03d41fe634c1d996a07a80 (diff)
Remove commented-out debug code
Change-Id: I1442d57eb2f80d98370549659eece5a2cd7db3c5
Diffstat (limited to 'vcl/source/window/seleng.cxx')
-rw-r--r--vcl/source/window/seleng.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/window/seleng.cxx b/vcl/source/window/seleng.cxx
index 8c45086a5e61..f1291dcfef63 100644
--- a/vcl/source/window/seleng.cxx
+++ b/vcl/source/window/seleng.cxx
@@ -247,7 +247,6 @@ bool SelectionEngine::SelMouseButtonDown( const MouseEvent& rMEvt )
bool SelectionEngine::SelMouseButtonUp( const MouseEvent& rMEvt )
{
aWTimer.Stop();
- //DbgOut("Up");
if( !pFunctionSet || !pWin )
{
nFlags &= ~(SELENG_CMDEVT | SELENG_WAIT_UPEVT | SELENG_IN_SEL);
@@ -312,12 +311,10 @@ bool SelectionEngine::SelMouseMove( const MouseEvent& rMEvt )
if ( !(nFlags & SELENG_HAS_ANCH) )
{
pFunctionSet->CreateAnchor();
- //DbgOut("Move:Creating anchor");
nFlags |= SELENG_HAS_ANCH;
}
}
- //DbgOut("Move:SetCursor");
pFunctionSet->SetCursorAtPoint( rMEvt.GetPosPixel() );
return true;