Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of redundant geoms_ in world.hpp #199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jotix16
Copy link

@jotix16 jotix16 commented Apr 14, 2022

Looks like std::vector<Geometry*> geoms_; and size_t num_geoms() const { return geoms_.size(); } in world.hpp are not used anywhere.

@jotix16 jotix16 changed the title Get rid of redundant geoms_ in world.hpp WIP: Get rid of redundant geoms_ in world.hpp Apr 22, 2022
@jotix16 jotix16 force-pushed the patch-1 branch 2 times, most recently from 241db2d to a397205 Compare April 22, 2022 12:35
@jotix16 jotix16 changed the title WIP: Get rid of redundant geoms_ in world.hpp Get rid of redundant geoms_ in world.hpp Apr 22, 2022
@jotix16
Copy link
Author

jotix16 commented Apr 22, 2022

Should be ready to merge now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant