X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/deb21d7f0d5f33d6456de65f19cdd0b7e87116be..e3f4ca2e1ea525e49f216e4727475cce4fd0ebf8:/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.