Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoturri1966 committed Jan 5, 2023
1 parent d883c5e commit e70c484
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/slic3r/GUI/GUI_ObjectManipulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -931,9 +931,6 @@ void ObjectManipulation::update_reset_buttons_visibility()

if (selection.is_single_full_instance()) {
#if ENABLE_WORLD_COORDINATE
const Geometry::Transformation& trafo = volume->get_instance_transformation();
rotation = trafo.get_rotation_matrix();
scale = trafo.get_scaling_factor_matrix();
const Selection::IndicesList& idxs = selection.get_volume_idxs();
for (unsigned int id : idxs) {
const Geometry::Transformation world_trafo(selection.get_volume(id)->world_matrix());
Expand Down

0 comments on commit e70c484

Please sign in to comment.