mirror of https://github.com/CGAL/cgal
Clean-up
This commit is contained in:
parent
6486abd0a6
commit
57a5a91ccf
|
|
@ -343,7 +343,6 @@ if(CGAL_Qt5_FOUND AND Qt5_FOUND AND OPENGL_FOUND AND QGLVIEWER_FOUND)
|
|||
TARGETS
|
||||
demo_framework
|
||||
scene_polyhedron_item
|
||||
scene_basic_objects
|
||||
scene_points_with_normal_item
|
||||
scene_implicit_function_item
|
||||
scene_polylines_item
|
||||
|
|
|
|||
|
|
@ -145,8 +145,6 @@ public :
|
|||
return;
|
||||
update_group_number(item,0);
|
||||
item->has_group=0;
|
||||
Scene_group_item* group =
|
||||
qobject_cast<Scene_group_item*>(item);
|
||||
children.removeOne(item);
|
||||
}
|
||||
//!Moves a child up in the list.
|
||||
|
|
|
|||
Loading…
Reference in New Issue