remove useless typedef

This commit is contained in:
Sébastien Loriot 2023-03-02 14:50:31 +01:00
parent f8cc9e6bd0
commit 50e616773b
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ class Polyhedron_demo_remesh_planar_patches_plugin :
Q_INTERFACES(CGAL::Three::Polyhedron_demo_plugin_interface)
Q_PLUGIN_METADATA(IID "com.geometryfactory.PolyhedronDemo.PluginInterface/1.0" FILE "isotropic_remeshing_plugin.json")
typedef Scene_surface_mesh_item Scene_surface_mesh_item;
typedef Scene_surface_mesh_item::Face_graph Mesh;
typedef boost::graph_traits<Mesh>::face_descriptor face_descriptor;