From: Dimitri Schoolwerth Date: Sun, 22 May 2005 01:48:22 +0000 (+0000) Subject: removed redundant preprocessor check X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0a3d6509d40f8017c3b0b501393c4f8c499a8b04?hp=db679b8c836e69c111cdc31e62cf92cebe4f938f removed redundant preprocessor check git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/contrib/gizmos/wxCode/src/treelistctrl.cpp b/wxPython/contrib/gizmos/wxCode/src/treelistctrl.cpp index 351bb56960..cb83cda0e6 100644 --- a/wxPython/contrib/gizmos/wxCode/src/treelistctrl.cpp +++ b/wxPython/contrib/gizmos/wxCode/src/treelistctrl.cpp @@ -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 );