X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/deb21d7f0d5f33d6456de65f19cdd0b7e87116be..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/dialog.h diff --git a/interface/wx/dialog.h b/interface/wx/dialog.h index bb473f43ba..a34a0cdcaf 100644 --- a/interface/wx/dialog.h +++ b/interface/wx/dialog.h @@ -2,7 +2,6 @@ // Name: dialog.h // Purpose: interface of wxDialog // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -554,19 +553,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.