AP_Compass: removed _product_id var

This commit is contained in:
Andrew Tridgell 2015-03-13 18:59:52 +11:00
parent 3a1cbaeb25
commit 4bc92b6373

View File

@ -271,9 +271,6 @@ private:
AP_Compass_Backend *_backends[COMPASS_MAX_BACKEND];
uint8_t _backend_count;
// primary product id
int16_t _product_id;
// number of registered compasses.
uint8_t _compass_count;