]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dc.cpp
Include missing.h to find O_* flags.
[wxWidgets.git] / src / motif / dc.cpp
index 32ce97426aba08ccb8205ec21c7ed91622f6fd17..187bf9f0184f0d18415fff7bdded3bf33df091c8 100644 (file)
@@ -90,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 )