diff --git a/wxPython/src/_misc.i b/wxPython/src/_misc.i index ac6d122ece..0ed3fe558b 100644 --- a/wxPython/src/_misc.i +++ b/wxPython/src/_misc.i @@ -207,7 +207,7 @@ public: //--------------------------------------------------------------------------- // Experimental... - +#if 0 %{ #ifdef __WXMSW__ @@ -295,5 +295,7 @@ void wxDrawWindowOnDC(wxWindow* window, const wxDC& dc, int method) %} +#endif + //--------------------------------------------------------------------------- //---------------------------------------------------------------------------