X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/deb21d7f0d5f33d6456de65f19cdd0b7e87116be..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/dialog.h diff --git a/interface/wx/dialog.h b/interface/wx/dialog.h index bb473f43ba..3407302fcd 100644 --- a/interface/wx/dialog.h +++ b/interface/wx/dialog.h @@ -554,19 +554,6 @@ public: */ static wxDialogLayoutAdapter* SetLayoutAdapter(wxDialogLayoutAdapter* adapter); - /** - @deprecated This function doesn't work for all ports, just use - ShowModal() to show a modal dialog instead. - - Allows the programmer to specify whether the dialog box is modal - (Show() blocks control until the dialog is hidden) or modeless (control - returns immediately). - - @param flag - If @true, the dialog will be modal, otherwise it will be modeless. - */ - void SetModal(bool flag); - /** Sets the return code for this window.