From f200015b3cdde1bfcd551bda06a85d1f3965d2db Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 2 Nov 2017 14:55:54 +0100 Subject: [PATCH] Fix wxFileDialog::SetExtraControlCreator() supported platforms Just remove them, actually, as this functionality is supported by all 3 major platforms. --- interface/wx/filedlg.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/wx/filedlg.h b/interface/wx/filedlg.h index 4acb5c6f1a..403d6c4d7d 100644 --- a/interface/wx/filedlg.h +++ b/interface/wx/filedlg.h @@ -296,8 +296,6 @@ public: The @c creator function should take pointer to parent window (file dialog) and should return a window allocated with operator new. - Supported platforms: wxGTK, wxMSW, wxUniv. - @since 2.9.0 */ bool SetExtraControlCreator(ExtraControlCreatorFunction creator);