projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b256b4e
)
ifdef out some experimental code
author
Robin Dunn
<robin@alldunn.com>
Fri, 14 Jan 2005 01:49:17 +0000
(
01:49
+0000)
committer
Robin 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
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/src/_misc.i
b/wxPython/src/_misc.i
index ac6d122ecee48bf702b9b08b6dec18e8e3c04986..0ed3fe558b9b65e8dec9636e38dc95f1dec149c0 100644
(file)
--- 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
+
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------