From 35f6f7de48d3d3a4b13107afaea178c945766bcc Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Thu, 18 Sep 2008 17:47:19 +0000 Subject: [PATCH] Removed unused comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/propgrid/property.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/interface/wx/propgrid/property.h b/interface/wx/propgrid/property.h index 4161eb19f3..593e0f62c8 100644 --- a/interface/wx/propgrid/property.h +++ b/interface/wx/propgrid/property.h @@ -145,11 +145,6 @@ struct wxPGChoiceInfo */ #define wxPG_COLOUR_ALLOW_CUSTOM wxS("AllowCustom") -/** First attribute id that is guaranteed not to be used built-in - properties. -*/ -//#define wxPG_USER_ATTRIBUTE 192 - /** @} */