]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dialog.cpp
Create wxCURSOR_RIGHT_ARROW on the fly from normal arrow cursor under MSW.
[wxWidgets.git] / src / gtk / dialog.cpp
index 33a4d6b53f61d2f64c93ff0373ebc1c75c2af0e2..c7ae206ec3affadafe8bb4e144fc92e80276bf3a 100644 (file)
@@ -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