aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/mapper/PointMapper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/mapper/PointMapper.hpp')
-rw-r--r--include/cru/ui/mapper/PointMapper.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cru/ui/mapper/PointMapper.hpp b/include/cru/ui/mapper/PointMapper.hpp
index 0fcb733f..5641af01 100644
--- a/include/cru/ui/mapper/PointMapper.hpp
+++ b/include/cru/ui/mapper/PointMapper.hpp
@@ -5,8 +5,6 @@ namespace cru::ui::mapper {
class CRU_UI_API PointMapper : public BasicMapper<Point> {
public:
CRU_DEFAULT_CONSTRUCTOR_DESTRUCTOR(PointMapper)
- CRU_DELETE_COPY(PointMapper)
- CRU_DELETE_MOVE(PointMapper)
public:
bool SupportMapFromString() override { return true; }