From c6da50a483a66a9afc7f870a8a97ae64f9dfdbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 13 Apr 2021 10:09:31 +0200 Subject: [PATCH] Fixed warning --- src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh b/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh index 928b14fe..70fc7fdf 100644 --- a/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh +++ b/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh @@ -87,9 +87,6 @@ public: explicit VHierarchyNodeIndex(unsigned int _value) { value_ = _value; } - VHierarchyNodeIndex(const VHierarchyNodeIndex &_other) - { value_ = _other.value_; } - VHierarchyNodeIndex(unsigned int _tree_id, unsigned int _node_id, unsigned short _tree_id_bits)