From 899c1d823385d71dd726d56a09006b5a74eab7c5 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Wed, 12 Feb 2020 18:54:36 -0500 Subject: [PATCH] Remove GSMLocation from MC60 Signed-off-by: Sara Damiano --- src/TinyGsmClientMC60.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/TinyGsmClientMC60.h b/src/TinyGsmClientMC60.h index c6fdb40..df637f2 100644 --- a/src/TinyGsmClientMC60.h +++ b/src/TinyGsmClientMC60.h @@ -20,7 +20,6 @@ #include "TinyGsmBattery.tpp" #include "TinyGsmCalling.tpp" #include "TinyGsmGPRS.tpp" -#include "TinyGsmGSMLocation.tpp" #include "TinyGsmModem.tpp" #include "TinyGsmSMS.tpp" #include "TinyGsmTCP.tpp" @@ -47,7 +46,6 @@ class TinyGsmMC60 public TinyGsmTCP, public TinyGsmCalling, public TinyGsmSMS, - public TinyGsmGSMLocation, public TinyGsmTime, public TinyGsmBattery { friend class TinyGsmModem; @@ -55,7 +53,6 @@ class TinyGsmMC60 friend class TinyGsmTCP; friend class TinyGsmCalling; friend class TinyGsmSMS; - friend class TinyGsmGSMLocation; friend class TinyGsmTime; friend class TinyGsmBattery; @@ -346,12 +343,6 @@ class TinyGsmMC60 return false; } - /* - * Location functions - */ - protected: - // Can use CIPGSMLOC as inherited from the template - /* * Time functions */