X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOCCViewer%2FOCCViewer_CubeAxesDlg.cxx;h=31561c3a5893a5c5396acecf28e1adf77777f373;hb=a33f77713a1da174842dff2adc14e28d3fb838c6;hp=86cade97c6b468d6358581c2202057abd10ad5d2;hpb=6878ef4d7381638ec39d1ca9d03afc21a69401aa;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 }