X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6cffbf02c02c6df717dab7635c4b2031ed4d3414..da8d6ffa5790529ae784345cb4441a3956751193:/wxPython/src/_toplvl.i diff --git a/wxPython/src/_toplvl.i b/wxPython/src/_toplvl.i index 5997304fed..8da7a55a31 100644 --- a/wxPython/src/_toplvl.i +++ b/wxPython/src/_toplvl.i @@ -299,17 +299,6 @@ public: // may be called to terminate the dialog with the given return code virtual void EndModal(int retCode); - - // returns True if we're in a modal loop - %extend { - bool IsModalShowing() { - #ifdef __WXGTK__ - return self->m_modalShowing; - #else - return self->IsModalShowing(); - #endif - } - } }; //---------------------------------------------------------------------------