hierarchy: remove two undefined member functions

This commit is contained in:
Laurent Rineau 2025-01-13 10:36:02 +01:00
parent d468962663
commit 926bb0cf89
1 changed files with 0 additions and 2 deletions

View File

@ -347,8 +347,6 @@ public:
// Query
bool is_subconstrained_edge(T va, T vb) const;
bool is_constrained_edge(T va, T vb) const;
bool is_constrained_vertex(T v) const;
Vertex_it vertices_in_constraint_begin(Constraint_id cid) const
{ return cid.begin(); }