Removed #ifndef DOXYGEN

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-09-17 18:08:22 +00:00
parent c29e714c37
commit 5b69ffcb68

View 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
// -----------------------------------------------------------------------