]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_display.i
Removed unused and outdated Watcom build files.
[wxWidgets.git] / wxPython / src / _display.i
index 32a52cd25c50ecde5e46c39dff03e2edb675b430..6cbc1cda989a8bef3e68c4b9aba09bcfe8280817 100644 (file)
@@ -159,14 +159,8 @@ doesn't belong to any display", "");
     DocStr(GetFromWindow,
            "Find the display where the given window lies, return wx.NOT_FOUND if
 it is not shown at all.", "");
-#ifdef __WXMSW__
     static int GetFromWindow(wxWindow *window);
-#else
-    %extend {
-        static int GetFromWindow(wxWindow *window) 
-            { wxPyRaiseNotImplemented(); return wxNOT_FOUND; }
-    }
-#endif
+
     
     DocDeclStr(
         virtual bool , IsOk() const,