mirror of https://github.com/CGAL/cgal
Removed unneeded vertex class constructor
This commit is contained in:
parent
4c12f4a2ee
commit
1999228d91
|
|
@ -64,9 +64,6 @@ public:
|
|||
: Base(p, fh), _stored_translation(false)
|
||||
{}
|
||||
|
||||
Periodic_4_hyperbolic_triangulation_vertex_base_2(const Face_handle /*fh*/)
|
||||
: Base(), _stored_translation(false)
|
||||
{}
|
||||
|
||||
void set_translation(const Hyperbolic_translation& tr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue