]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dc.cpp
removed mpthread and added thread.cpp and tglbutton.cpp
[wxWidgets.git] / src / motif / dc.cpp
index 9eacd3404f62122826eead93773ffeeee25481a2..187bf9f0184f0d18415fff7bdded3bf33df091c8 100644 (file)
@@ -13,6 +13,9 @@
     #pragma implementation "dc.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/dc.h"
 #include "wx/dcmemory.h"
 #include "wx/defs.h"
@@ -87,11 +90,6 @@ void wxDC::DoSetClippingRegion( wxCoord x, wxCoord y, wxCoord width, wxCoord hei
     m_clipY2 = y + height;
 }
 
-void wxDC::DestroyClippingRegion()
-{
-    m_clipping = FALSE;
-}
-
 void wxDC::DoGetSize( int* width, int* height ) const
 {
     if ( width )