]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dc.cpp
wxMax instead of max, former is always around
[wxWidgets.git] / src / gtk / dc.cpp
index 11b2991b4057c284018c4a3b81b9ac70cfe6b25b..c74bbc81bb99e0e979b590f2509242b4473c70b2 100644 (file)
@@ -65,11 +65,6 @@ void wxDC::DoSetClippingRegion( wxCoord x, wxCoord y, wxCoord width, wxCoord hei
     m_clipY2 = y + height;
 }
 
-void wxDC::DestroyClippingRegion()
-{
-    m_clipping = FALSE;
-}
-
 // ---------------------------------------------------------------------------
 // get DC capabilities
 // ---------------------------------------------------------------------------