]> git.saurik.com Git - wxWidgets.git/commitdiff
removed redundant preprocessor check
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 22 May 2005 01:48:22 +0000 (01:48 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 22 May 2005 01:48:22 +0000 (01:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/gizmos/wxCode/src/treelistctrl.cpp

index 351bb5696036af23915332bfcfc5b3f4fd450f2c..cb83cda0e6290f57768503c0457741d5cdcb6a31 100644 (file)
@@ -1891,7 +1891,7 @@ void wxTreeListMainWindow::Init()
 
     m_underMouse = NULL;
 
 
     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 );
     m_normalFont.MacCreateThemeFont( kThemeViewsFont ) ;
 #else
     m_normalFont = wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT );