From 49042046de08fddd4639223e34ff7225f6a6b21e Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 6 May 2013 13:20:13 -0700 Subject: [PATCH] remove duplicated constructor after merge --- interface/src/SerialInterface.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/interface/src/SerialInterface.cpp b/interface/src/SerialInterface.cpp index 2efe487304..3e906552b3 100644 --- a/interface/src/SerialInterface.cpp +++ b/interface/src/SerialInterface.cpp @@ -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__