From f163d4c2ac4efa316d0fdd4589dd574727345d22 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 14 May 2014 12:21:04 +0000 Subject: [PATCH] Remove non existing wxPG_COMPACTOR style from documentation. No idea what was it supposed to do, but this style doesn't exist and never did in the version included in wxWidgets, so simply remove it. Closes #16264. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/propgrid/manager.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/wx/propgrid/manager.h b/interface/wx/propgrid/manager.h index b1daefdcd5..2d51a48c4c 100644 --- a/interface/wx/propgrid/manager.h +++ b/interface/wx/propgrid/manager.h @@ -161,8 +161,6 @@ public: wxPG_TOOLBAR | // Include description box. wxPG_DESCRIPTION | - // Include compactor. - wxPG_COMPACTOR | // Plus defaults. wxPGMAN_DEFAULT_STYLE );