From 5068dddb17ea9bf23e368a3a9e5faa21c73ba7e8 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Thu, 26 Feb 2015 19:29:05 +0100 Subject: [PATCH] Remove obsolete comments regarding wxPGEditor::CreateControls. Constants which are mentioned in the comment are not used since r76882. --- include/wx/propgrid/editors.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/propgrid/editors.h b/include/wx/propgrid/editors.h index 475d274998..27cb986e6e 100644 --- a/include/wx/propgrid/editors.h +++ b/include/wx/propgrid/editors.h @@ -113,8 +113,6 @@ public: Initial size for control(s). @remarks - - Primary control shall use id wxPG_SUBID1, and secondary (button) - control shall use wxPG_SUBID2. - Unlike in previous version of wxPropertyGrid, it is no longer necessary to call wxEvtHandler::Connect() for interesting editor events. Instead, all events from control are now automatically