]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/region.h
Removed unused files.
[wxWidgets.git] / include / wx / mac / classic / region.h
index f71565a9649f577cf6396137657ca5404c9a85f7..7c10bd8e5e5eee84d70d711be026308a275bf42c 100644 (file)
 #ifndef _WX_REGION_H_
 #define _WX_REGION_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "region.h"
-#endif
-
 #include "wx/list.h"
 #include "wx/gdiobj.h"
 #include "wx/gdicmn.h"
@@ -57,13 +53,6 @@ public:
 
     ~wxRegion();
 
-    //# Copying
-    wxRegion(const wxRegion& r)
-        : wxGDIObject()
-    { Ref(r); }
-    wxRegion& operator = (const wxRegion& r)
-    { Ref(r); return (*this); }
-
     //# Modify region
     // Clear current region
     void Clear();