Commit c39ca125 authored by marco.'s avatar marco.

MacOSX: deleted obsolete code

parent 6c867989
......@@ -176,13 +176,6 @@ void EDA_3D_FRAME::GetSettings()
config->Read( keyShowEco2Layer, &prms.m_DrawFlags[prms.FL_ECO2], true );
}
#if defined( __WXMAC__ )
// for macOSX, the window must be below system (macOSX) toolbar
if( m_FramePos.y < 20 )
m_FramePos.y = 20;
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment