mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
remove duplicated constructor after merge
This commit is contained in:
parent
6d91e4721e
commit
49042046de
1 changed files with 0 additions and 5 deletions
|
@ -34,11 +34,6 @@ const int GRAVITY_SAMPLES = 200; // Use the first samples to
|
|||
|
||||
const bool USING_INVENSENSE_MPU9150 = 1;
|
||||
|
||||
SerialInterface::SerialInterface() :
|
||||
active(false),
|
||||
_failedOpenAttempts(0) {
|
||||
}
|
||||
|
||||
void SerialInterface::pair() {
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
|
Loading…
Reference in a new issue