ifdef out some experimental code
authorRobin Dunn <robin@alldunn.com>
Fri, 14 Jan 2005 01:49:17 +0000 (01:49 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 14 Jan 2005 01:49:17 +0000 (01:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_misc.i

index ac6d122ecee48bf702b9b08b6dec18e8e3c04986..0ed3fe558b9b65e8dec9636e38dc95f1dec149c0 100644 (file)
@@ -207,7 +207,7 @@ public:
 //---------------------------------------------------------------------------
 // Experimental...
 
-
+#if 0
 
 %{
 #ifdef __WXMSW__
@@ -295,5 +295,7 @@ void wxDrawWindowOnDC(wxWindow* window, const wxDC& dc, int method)
 
 %}
 
+#endif
+
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------