summaryrefslogtreecommitdiff
path: root/platform/qt/include/qmapbox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/qt/include/qmapbox.hpp')
-rw-r--r--platform/qt/include/qmapbox.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/qt/include/qmapbox.hpp b/platform/qt/include/qmapbox.hpp
index 9de4a7041d..b8a4399fa5 100644
--- a/platform/qt/include/qmapbox.hpp
+++ b/platform/qt/include/qmapbox.hpp
@@ -74,11 +74,6 @@ struct Q_DECL_EXPORT CustomLayerRenderParameters {
double altitude;
};
-struct Q_DECL_EXPORT TransitionOptions {
- QVariant duration; // qint64
- QVariant delay; // qint64
-};
-
typedef void (*CustomLayerInitializeFunction)(void* context) ;
typedef void (*CustomLayerRenderFunction)(void* context, const CustomLayerRenderParameters&);
typedef void (*CustomLayerDeinitializeFunction)(void* context);