projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't eat activation events (replaces patch 1465849)
[wxWidgets.git]
/
include
/
wx
/
mgl
/
region.h
diff --git
a/include/wx/mgl/region.h
b/include/wx/mgl/region.h
index c5f7a9464eda85a20bc9affab9eb711194d06770..7bc3b81b4460d03ff829d7c21cb005238ff301c1 100644
(file)
--- a/
include/wx/mgl/region.h
+++ b/
include/wx/mgl/region.h
@@
-49,12
+49,6
@@
public:
wxRegion();
~wxRegion();
- //# Copying
- inline wxRegion(const wxRegion& r)
- { Ref(r); }
- inline wxRegion& operator = (const wxRegion& r)
- { Ref(r); return (*this); }
-
//# Modify region
// Clear current region
void Clear(void);