Salome HOME
Remove obsolete OCC_VERSION_LARGE defines.
[modules/gui.git] / src / OCCViewer / OCCViewer_CubeAxesDlg.cxx
index 86cade97c6b468d6358581c2202057abd10ad5d2..31561c3a5893a5c5396acecf28e1adf77777f373 100644 (file)
@@ -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
 }