summaryrefslogtreecommitdiff
path: root/include/mbgl/style/property_transition.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/property_transition.hpp')
-rw-r--r--include/mbgl/style/property_transition.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/mbgl/style/property_transition.hpp b/include/mbgl/style/property_transition.hpp
deleted file mode 100644
index 07b7cfe288..0000000000
--- a/include/mbgl/style/property_transition.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef MBGL_STYLE_PROPERTY_TRANSITION
-#define MBGL_STYLE_PROPERTY_TRANSITION
-
-#include <cstdint>
-
-namespace mbgl {
-
-struct PropertyTransition {
- uint16_t duration = 0;
- uint16_t delay = 0;
-};
-
-}
-
-#endif \ No newline at end of file