removed redundant preprocessor check

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2005-05-22 01:48:22 +00:00
parent db679b8c83
commit 0a3d6509d4

View File

@@ -1891,7 +1891,7 @@ void wxTreeListMainWindow::Init()
m_underMouse = NULL;
#if defined( __WXMAC__ ) && defined(__WXMAC_CARBON__)
#ifdef __WXMAC_CARBON__
m_normalFont.MacCreateThemeFont( kThemeViewsFont ) ;
#else
m_normalFont = wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT );