summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLOpenGLStyleLayer.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-12-20 16:48:43 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-12-20 17:17:51 -0800
commit20b82c8fd1de49c096d5c6656401d18af262c46f (patch)
tree515670cad2ca2f6aabd757eaa3f622d502688e75 /platform/darwin/src/MGLOpenGLStyleLayer.h
parent1254bcdb4006d87fefedfc5020b3dc7d3cd0e544 (diff)
downloadqtlocation-mapboxgl-20b82c8fd1de49c096d5c6656401d18af262c46f.tar.gz
[ios, macos] Omit perspectiveSkew from drawing context struct
Diffstat (limited to 'platform/darwin/src/MGLOpenGLStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLOpenGLStyleLayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLOpenGLStyleLayer.h b/platform/darwin/src/MGLOpenGLStyleLayer.h
index 7cb6b147c2..f395484436 100644
--- a/platform/darwin/src/MGLOpenGLStyleLayer.h
+++ b/platform/darwin/src/MGLOpenGLStyleLayer.h
@@ -14,7 +14,6 @@ typedef struct MGLStyleLayerDrawingContext {
double zoomLevel;
CLLocationDirection direction;
CGFloat pitch;
- CGFloat perspectiveSkew;
} MGLStyleLayerDrawingContext;
@interface MGLOpenGLStyleLayer : MGLStyleLayer