summaryrefslogtreecommitdiff
path: root/src/mbgl/style/class_dictionary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/class_dictionary.hpp')
-rw-r--r--src/mbgl/style/class_dictionary.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/style/class_dictionary.hpp b/src/mbgl/style/class_dictionary.hpp
index e609fb5303..37eb488240 100644
--- a/src/mbgl/style/class_dictionary.hpp
+++ b/src/mbgl/style/class_dictionary.hpp
@@ -9,7 +9,6 @@ namespace mbgl {
namespace style {
enum class ClassID : uint32_t {
- Fallback = 0, // These values are from the fallback properties
Default = 1, // These values are from the default style for a layer
Named = 2 // These values (and all subsequent IDs) are from a named style from the layer
};