summaryrefslogtreecommitdiff
path: root/include/mbgl/annotation
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/annotation')
-rw-r--r--include/mbgl/annotation/annotation.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mbgl/annotation/annotation.hpp b/include/mbgl/annotation/annotation.hpp
index fd21cd5f6a..b3e3ab52b6 100644
--- a/include/mbgl/annotation/annotation.hpp
+++ b/include/mbgl/annotation/annotation.hpp
@@ -6,12 +6,6 @@
namespace mbgl {
-enum class AnnotationType : uint8_t {
- Any = 0,
- Point = 1 << 0,
- Shape = 1 << 1,
-};
-
using AnnotationID = uint32_t;
using AnnotationIDs = std::vector<AnnotationID>;