X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOCCViewer%2FOCCViewer_CubeAxesDlg.cxx;fp=src%2FOCCViewer%2FOCCViewer_CubeAxesDlg.cxx;h=31561c3a5893a5c5396acecf28e1adf77777f373;hb=b8e2a0caada80834dd418eccad49b15519b94354;hp=86cade97c6b468d6358581c2202057abd10ad5d2;hpb=a08dc7397456d2b7d123743ead7218b599d0a55c;p=modules%2Fgui.git diff --git a/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx b/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx index 86cade97c..31561c3a5 100644 --- a/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx +++ b/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx @@ -244,7 +244,6 @@ void OCCViewer_CubeAxesDlg::SetData( bool theIsVisible, OCCViewer_AxisWidget::Ax */ void OCCViewer_CubeAxesDlg::ApplyData( const Handle(V3d_View)& theView ) { -#if OCC_VERSION_LARGE > 0x06030009 // available only with OCC-6.3-sp10 and higher version if( theView.IsNull() ) return; @@ -317,5 +316,4 @@ void OCCViewer_CubeAxesDlg::ApplyData( const Handle(V3d_View)& theView ) theView->GraduatedTrihedronErase(); theView->Redraw(); -#endif }