From b0806a86f5b10e0edce01b61d6c06a6401ca66d3 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 29 Oct 2012 09:41:01 +0000 Subject: [PATCH] Remove debug output --- src/OCCViewer/OCCViewer_ViewPort3d.cxx | 1 - src/OCCViewer/OCCViewer_ViewWindow.cxx | 1 - src/SVTK/SVTK_ViewWindow.cxx | 2 -- 3 files changed, 4 deletions(-) diff --git a/src/OCCViewer/OCCViewer_ViewPort3d.cxx b/src/OCCViewer/OCCViewer_ViewPort3d.cxx index b41526afb..3dd08a812 100755 --- a/src/OCCViewer/OCCViewer_ViewPort3d.cxx +++ b/src/OCCViewer/OCCViewer_ViewPort3d.cxx @@ -197,7 +197,6 @@ Handle(V3d_Viewer) OCCViewer_ViewPort3d::getViewer() const */ bool OCCViewer_ViewPort3d::syncronize( const OCCViewer_ViewPort3d* ref ) { - printf("OCCViewer_ViewPort3d::syncronize(WRONG): %x\n", this); OCCViewer_ViewPort3d* ref3d = (OCCViewer_ViewPort3d*)ref; Handle(V3d_View) refView = ref3d->getView(); Handle(V3d_View) tgtView = getView(); diff --git a/src/OCCViewer/OCCViewer_ViewWindow.cxx b/src/OCCViewer/OCCViewer_ViewWindow.cxx index 1c7c89e67..595257cf8 100755 --- a/src/OCCViewer/OCCViewer_ViewWindow.cxx +++ b/src/OCCViewer/OCCViewer_ViewWindow.cxx @@ -2560,7 +2560,6 @@ SUIT_CameraProperties OCCViewer_ViewWindow::cameraProperties() */ void OCCViewer_ViewWindow::synchronize( SUIT_ViewWindow* theView ) { - printf("OCCViewer_ViewWindow::synchronize: %x\n", this); bool blocked = blockSignals( true ); SUIT_CameraProperties aProps = theView->cameraProperties(); diff --git a/src/SVTK/SVTK_ViewWindow.cxx b/src/SVTK/SVTK_ViewWindow.cxx index 4be998ac7..908fce24d 100755 --- a/src/SVTK/SVTK_ViewWindow.cxx +++ b/src/SVTK/SVTK_ViewWindow.cxx @@ -1023,7 +1023,6 @@ void SVTK_ViewWindow::onAdjustCubeAxes() void SVTK_ViewWindow::synchronize(SVTK_ViewWindow* otherViewWindow ) { - printf("SVTK_ViewWindow::synchronize(WRONG): %x\n", this); if ( otherViewWindow ) { bool blocked = blockSignals( true ); doSetVisualParameters( otherViewWindow->getVisualParameters(), true ); @@ -2419,7 +2418,6 @@ SUIT_CameraProperties SVTK_ViewWindow::cameraProperties() */ void SVTK_ViewWindow::synchronize( SUIT_ViewWindow* theView ) { - printf("SVTK_ViewWindow::synchronize: %x\n", this); bool blocked = blockSignals( true ); SUIT_CameraProperties aProps = theView->cameraProperties(); -- 2.39.2