From 1a5526e0ad798906f1f3d3846d65c33251020021 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 26 May 2019 15:51:27 +0200 Subject: [PATCH] Remove unused type definition from documentation It's not used since 3.1. --- interface/wx/propgrid/propgriddefs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/interface/wx/propgrid/propgriddefs.h b/interface/wx/propgrid/propgriddefs.h index cdc3bf0fe9..94bdcd4d6a 100644 --- a/interface/wx/propgrid/propgriddefs.h +++ b/interface/wx/propgrid/propgriddefs.h @@ -48,10 +48,6 @@ typedef int (*wxPGSortCallback)(wxPropertyGrid* propGrid, wxPGProperty* p1, wxPGProperty* p2); - - -typedef wxString wxPGCachedString; - // ----------------------------------------------------------------------- // Used to indicate wxPGChoices::Add etc that the value is actually not given