diff options
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r-- | core/LocApiBase.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h index 6f1b04f..cbe5f9f 100644 --- a/core/LocApiBase.h +++ b/core/LocApiBase.h @@ -137,7 +137,6 @@ protected: bool isInSession(); const LOC_API_ADAPTER_EVENT_MASK_T mExcludedMask; bool isMaster(); - EngineLockState mEngineLockState; public: inline void sendMsg(const LocMsg* msg) const { @@ -204,7 +203,6 @@ public: void sendNfwNotification(GnssNfwNotification& notification); void reportGnssConfig(uint32_t sessionId, const GnssConfig& gnssConfig); void reportLatencyInfo(GnssLatencyInfo& gnssLatencyInfo); - void reportEngineLockStatus(EngineLockState engineLockState); void reportQwesCapabilities ( const std::unordered_map<LocationQwesFeatureType, bool> &featureMap @@ -347,14 +345,6 @@ public: LocApiResponse* adapterResponse=nullptr); virtual void getConstellationMultiBandConfig(uint32_t sessionId, LocApiResponse* adapterResponse=nullptr); - - inline EngineLockState getEngineLockState() { - return mEngineLockState; - } - - inline void setEngineLockState(EngineLockState engineLockState) { - mEngineLockState = engineLockState; - } }; class ElapsedRealtimeEstimator { |