summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2022-11-08 01:02:30 -0800
committerLinux Build Service Account <lnxbuild@localhost>2022-11-08 01:02:30 -0800
commit28fb84e8d1cb41e22e7f6210ea04190914db103f (patch)
tree5b738415dd104ede73fc0302be693557ad2cc3d5 /utils
parentc259797d7567e8fb71d46fb69a0fa941cdd4b72c (diff)
parentee0fa20a1d35466b22264116eaeb957495ce6667 (diff)
Merge ee0fa20a1d35466b22264116eaeb957495ce6667 on remote branchHEADumineko-8350tachibana-8350
Change-Id: Ie3e99d857848862a71a6b35e4293b905b7fd9fd4
Diffstat (limited to 'utils')
-rw-r--r--utils/gps_extended_c.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/gps_extended_c.h b/utils/gps_extended_c.h
index fc10841..f368975 100644
--- a/utils/gps_extended_c.h
+++ b/utils/gps_extended_c.h
@@ -2422,13 +2422,6 @@ typedef uint64_t NetworkHandle;
#define NETWORK_HANDLE_UNKNOWN ~0
#define MAX_NETWORK_HANDLES 10
-typedef enum {
- ENGINE_LOCK_STATE_INVALID = 0,
- ENGINE_LOCK_STATE_ENABLED = 1, /**< Location engine is enabled. */
- ENGINE_LOCK_STATE_DISABLED = 2, /**< location engine is disabled. */
- ENGINE_LOCK_STATE_MAX,
-}EngineLockState;
-
#ifdef __cplusplus
}
#endif /* __cplusplus */