]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/region.h
use wxLaunchDefaultBrowser by default if no browser is specified
[wxWidgets.git] / include / wx / palmos / region.h
index b44b8f08fcecced37758e2735cbcc08837fae9e4..c489ecfe06de52ad7c39b7c40122659f94f3c049 100644 (file)
 #ifndef _WX_REGION_H_
 #define _WX_REGION_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "region.h"
-#endif
-
 #include "wx/gdiobj.h"
 #include "wx/gdicmn.h"
 
@@ -60,12 +56,6 @@ public:
 
     virtual ~wxRegion();
 
-    // Copying
-    wxRegion(const wxRegion& r) : wxGDIObject(r)
-        { Ref(r); }
-    wxRegion& operator = (const wxRegion& r)
-        { Ref(r); return (*this); }
-
     // Modify region
     // -------------