MacOSX: deleted obsolete code

This commit is contained in:
marco. 2012-12-23 11:57:02 +01:00
parent 6c867989ca
commit c39ca125d4
1 changed files with 0 additions and 7 deletions

View File

@ -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
}