From: Jaakko Salli Date: Wed, 15 Oct 2008 16:13:23 +0000 (+0000) Subject: Removed unneeded wxPG_INHERITED_PROPFLAGS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fedaff2f9590003a7fcf8862ddc879bed5e2c829 Removed unneeded wxPG_INHERITED_PROPFLAGS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/propgrid/property.h b/include/wx/propgrid/property.h index ff2d2d5377..1d95ae5abb 100644 --- a/include/wx/propgrid/property.h +++ b/include/wx/propgrid/property.h @@ -389,9 +389,6 @@ wxPG_PROP_CLASS_SPECIFIC_2 = 0x00100000 /** @} */ -// Amalgam of flags that should be inherited by sub-properties -#define wxPG_INHERITED_PROPFLAGS (wxPG_PROP_HIDDEN|wxPG_PROP_NOEDITOR) - // Combination of flags that can be stored by GetFlagsAsString #define wxPG_STRING_STORED_FLAGS \ (wxPG_PROP_DISABLED|wxPG_PROP_HIDDEN|wxPG_PROP_NOEDITOR|wxPG_PROP_COLLAPSED)