AP_InertialSensor: removed spurious init() method

This commit is contained in:
Andrew Tridgell 2012-12-06 13:32:45 +11:00
parent c9a81d7de6
commit 38031edc9d

View File

@ -14,7 +14,6 @@ public:
}
/* Concrete implementation of AP_InertialSensor functions: */
uint16_t init();
bool update();
bool new_data_available();
float temperature();