]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed #ifndef DOXYGEN
authorJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 17 Sep 2008 18:08:22 +0000 (18:08 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 17 Sep 2008 18:08:22 +0000 (18:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/property.h

index c319c2e164a349c8cfe71661731e05369cdd29c9..3bb7756faf68e0fc278d6a707c3a49403a4450a4 100644 (file)
@@ -558,8 +558,6 @@ wxPG_PROP_CLASS_SPECIFIC_2          = 0x00100000
 /** @}
 */
 
-#ifndef DOXYGEN
-
 // Redefine attribute macros to use cached strings
 #undef wxPG_ATTR_MIN
 #define wxPG_ATTR_MIN                     wxPGGlobalVars->m_strMin
@@ -570,8 +568,6 @@ wxPG_PROP_CLASS_SPECIFIC_2          = 0x00100000
 #undef wxPG_ATTR_INLINE_HELP
 #define wxPG_ATTR_INLINE_HELP             wxPGGlobalVars->m_strInlineHelp
 
-#endif  // !DOXYGEN
-
 #endif  // !SWIG
 
 // -----------------------------------------------------------------------