]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_bitmap.i
Fixes so that wxPython builds on 2.7. Mostly removing references to all functions...
[wxWidgets.git] / wxPython / src / _bitmap.i
index 83fa392e7556f3a9207c5764d462dc37941e559c..268743472dbc75703e6dd7c5e888e2115e8d92c2 100644 (file)
@@ -283,8 +283,11 @@ the ``type`` parameter.", "");
     
 #ifdef __WXMSW__
     bool CopyFromCursor(const wxCursor& cursor);
+// WXWIN_COMPATIBILITY_2_4
+  #if 0
     int GetQuality();
     void SetQuality(int q);
+  #endif
 #endif
 
     %pythoncode { def __nonzero__(self): return self.Ok() }