mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Removed empty default constructors and destructors from Gazebo plugins (#63)
This commit is contained in:
committed by
Peter Johnson
parent
21b2aabf18
commit
e6f6d24780
@@ -19,10 +19,6 @@
|
||||
|
||||
GZ_REGISTER_MODEL_PLUGIN(Potentiometer)
|
||||
|
||||
Potentiometer::Potentiometer() {}
|
||||
|
||||
Potentiometer::~Potentiometer() {}
|
||||
|
||||
void Potentiometer::Load(physics::ModelPtr model, sdf::ElementPtr sdf) {
|
||||
this->model = model;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user