Salome HOME
Merge branch 'V9_7_BR'
[modules/smesh.git] / src / StdMeshersGUI / StdMeshersGUI_DistrPreview.cxx
index b3523818bf9e4ab32f96c128d381b6e608d3f94e..b2a4be767840dad93c5e64ade4d0c42349d23f09 100644 (file)
@@ -320,13 +320,8 @@ void StdMeshersGUI_DistrPreview::update()
 
   setAxisScale( myDensity->xAxis(), min_x, max_x );
   setAxisScale( myDensity->yAxis(),
-#ifdef WIN32
-    min( 0.0, min_y ),
-    max( 0.0, max_y )
-#else
     std::min( 0.0, min_y ),
     std::max( 0.0, max_y )
-#endif
     );
   myDensity->setSamples( x, y, size );
   if( x )