]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed unneeded wxPG_INHERITED_PROPFLAGS
authorJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 15 Oct 2008 16:13:23 +0000 (16:13 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 15 Oct 2008 16:13:23 +0000 (16:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/property.h

index ff2d2d53777b7517a2eb50f3d878de0842b6ab01..1d95ae5abba1924486c82bd77e32d5c80adf3195 100644 (file)
@@ -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)