gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
75 stars 43 forks source link

JUST FOR TESTING Remove redundant auto header and its redirection header #491

Closed methylDragon closed 2 years ago

methylDragon commented 2 years ago

From https://github.com/gazebosim/gz-physics/pull/305 we know that gz_auto_header.hh.in files are not being used. The problem is that they're not being used AND there is a redirection header that points to nowhere because of it.

This causes the ABI checker to fail (surfaced by https://github.com/gazebosim/gz-gui/pull/486). So this PR fixes that issue by removing both files.

methylDragon commented 2 years ago

Closing because it's a duplicate of https://github.com/gazebosim/gz-gui/pull/490 (oops)