]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/dc.cpp
Include missing.h to find O_* flags.
[wxWidgets.git] / src / x11 / dc.cpp
index aeef76c8fd26e6ba081191c6b082559f737616bb..4b82e09a700a4cbab654b9f5f8071d8381017a36 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "dc.h"
 #endif
 
@@ -71,11 +71,6 @@ void wxDC::DoSetClippingRegion( wxCoord x, wxCoord y, wxCoord width, wxCoord hei
     m_clipY2 = y + height;
 }
 
-void wxDC::DestroyClippingRegion()
-{
-    m_clipping = FALSE;
-}
-
 void wxDC::DoGetSizeMM( int* width, int* height ) const
 {
     int w, h;