sensors: remove duplicated initialization

This commit is contained in:
Beat Küng
2016-06-21 12:48:10 +02:00
committed by Lorenz Meier
parent ddc4d70d51
commit 78b45c4778
-6
View File
@@ -525,12 +525,6 @@ Sensors::Sensors() :
_hil_enabled(false),
_publishing(true),
_armed(false),
/* subscriptions */
_gyro_sub{ -1, -1, -1},
_accel_sub{ -1, -1, -1},
_mag_sub{ -1, -1, -1},
_baro_sub{ -1, -1, -1},
_gyro_count(0),
_accel_count(0),
_mag_count(0),