Skip to content

Commit

Permalink
Merge pull request #2423 from taketwo/fix-2349
Browse files Browse the repository at this point in the history
Remove explicit initialization of `update_visualizer_` in `Registration`
  • Loading branch information
SergioRAgostinho authored Sep 10, 2018
2 parents 711ce28 + d96073d commit 01f35e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion registration/include/pcl/registration/registration.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ namespace pcl
, source_cloud_updated_ (true)
, force_no_recompute_ (false)
, force_no_recompute_reciprocal_ (false)
, update_visualizer_ (NULL)
, point_representation_ ()
{
}
Expand Down

0 comments on commit 01f35e8

Please sign in to comment.