summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-02-02 18:09:59 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-02 18:09:59 +0000
commit5bfd23080232f9b55a6d0366fd94c34f4f5dff93 (patch)
tree85ef9b3af46799b6e505f6794c683c672a00d3d1
parentfe7f39efd18e506a8f7f10aeee4d69ef23cc59a0 (diff)
parentd92224076e6f889868dd017734e26fa59c76a857 (diff)
downloadinvensense-5bfd23080232f9b55a6d0366fd94c34f4f5dff93.tar.gz
am d9222407: am ba7cc9d1: Merge "Dead/ununsed code"
* commit 'd92224076e6f889868dd017734e26fa59c76a857': 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);