Skip to content

Commit

Permalink
src/GzRandomObjects.cc: Removed constructor with initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
wltjr committed Oct 28, 2024
1 parent 2d5b908 commit 205aca9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/GzRandomObjects.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ class gz::sim::systems::GzRandomObjectsPrivate
std::vector<std::string> meshURIs;
};

GzRandomObjects::GzRandomObjects()
: dataPtr(std::make_unique<GzRandomObjectsPrivate>())
{
}

void GzRandomObjects::Configure(const Entity &/*_entity*/,
const std::shared_ptr<const sdf::Element> &_sdf,
EntityComponentManager &_ecm,
Expand Down

0 comments on commit 205aca9

Please sign in to comment.