summaryrefslogtreecommitdiff
path: root/src/mbgl/layer/raster_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/layer/raster_layer.hpp')
-rw-r--r--src/mbgl/layer/raster_layer.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/layer/raster_layer.hpp b/src/mbgl/layer/raster_layer.hpp
index 543c6c8d07..650ffc8ef1 100644
--- a/src/mbgl/layer/raster_layer.hpp
+++ b/src/mbgl/layer/raster_layer.hpp
@@ -4,7 +4,6 @@
#include <mbgl/style/style_layer.hpp>
#include <mbgl/style/style_properties.hpp>
#include <mbgl/style/paint_properties_map.hpp>
-#include <mbgl/style/class_properties.hpp>
namespace mbgl {
@@ -22,7 +21,6 @@ public:
bool hasTransitions() const override;
- ClassProperties layout;
PaintPropertiesMap paints;
RasterPaintProperties properties;