summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-02-02 16:21:39 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-02 16:21:39 +0000
commitd92224076e6f889868dd017734e26fa59c76a857 (patch)
tree85ef9b3af46799b6e505f6794c683c672a00d3d1
parent18ab90f13c059813229a36194d798e5e1b74e679 (diff)
parentba7cc9d1dadbb8783e8059e2ec5b2a52a57b9e72 (diff)
downloadinvensense-d92224076e6f889868dd017734e26fa59c76a857.tar.gz
am ba7cc9d1: Merge "Dead/ununsed code"
* commit 'ba7cc9d1dadbb8783e8059e2ec5b2a52a57b9e72': 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);