summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-02-02 16:10:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-02 16:10:59 +0000
commitba7cc9d1dadbb8783e8059e2ec5b2a52a57b9e72 (patch)
treee1360d00cec2dce2863b1e182fef87ab6eee641e
parentece40ff803461f056a16180f1f89061643e6e1e5 (diff)
parentf1efbe8f09f1e19f2887e7774b64bd0b3759b3b3 (diff)
downloadandroid_hardware_invensense-ba7cc9d1dadbb8783e8059e2ec5b2a52a57b9e72.tar.gz
android_hardware_invensense-ba7cc9d1dadbb8783e8059e2ec5b2a52a57b9e72.tar.bz2
android_hardware_invensense-ba7cc9d1dadbb8783e8059e2ec5b2a52a57b9e72.zip
Merge "Dead/ununsed code"
-rw-r--r--60xx/libsensors/MPLSensor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/60xx/libsensors/MPLSensor.cpp b/60xx/libsensors/MPLSensor.cpp
index 32bfbe0..69af5a0 100644
--- a/60xx/libsensors/MPLSensor.cpp
+++ b/60xx/libsensors/MPLSensor.cpp
@@ -268,10 +268,6 @@ MPLSensor::MPLSensor() :
//setup the FIFO contents
setupFIFO();
- //we start the motion processing only when a sensor is enabled...
- //rv = inv_dmp_start();
- //ALOGE_IF(rv != INV_SUCCESS, "Fatal error: could not start the DMP correctly. (code = %d)\n", rv);
- //dmp_started = true;
pthread_mutex_unlock(&mMplMutex);