X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ea2d0d5731ee4ec3f4f7407d48eee719d10c50c..6586750c6a4fa9084eaf5075006ca1fcfe50e818:/src/gtk/dialog.cpp diff --git a/src/gtk/dialog.cpp b/src/gtk/dialog.cpp index 33a4d6b53f..c7ae206ec3 100644 --- a/src/gtk/dialog.cpp +++ b/src/gtk/dialog.cpp @@ -95,11 +95,6 @@ bool wxDialog::IsModal() const return m_modalShowing; } -void wxDialog::SetModal( bool WXUNUSED(flag) ) -{ - wxFAIL_MSG( wxT("wxDialog:SetModal obsolete now") ); -} - // Workaround for Ubuntu overlay scrollbar, which adds our GtkWindow to a // private window group in a GtkScrollbar realize handler. This breaks the grab // done by gtk_window_set_modal(), and allows menus and toolbars in the parent