]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/region.h
Tinderbox build fix for wxUnivGTK build.
[wxWidgets.git] / include / wx / gtk1 / region.h
index f9925be044cbaaa5a56711dd47bfe8e1f06a9c9d..217b37195f03ceb40d241d47898c059e81d92b88 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/gtk/region.h
+// Name:        wx/gtk1/region.h
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -80,11 +80,6 @@ public:
 
     ~wxRegion();
 
-    wxRegion( const wxRegion& region )
-        : wxGDIObject()
-        { Ref(region); }
-    wxRegion& operator = ( const wxRegion& region ) { Ref(region); return *this; }
-
     bool Ok() const { return m_refData != NULL; }
 
     bool operator == ( const wxRegion& region ) const;