File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ INCLUDE_DIRECTORIES(
115
115
${CMAKE_SOURCE_DIR} /src/core/
116
116
${CMAKE_SOURCE_DIR} /src/core/geometry
117
117
${CMAKE_SOURCE_DIR} /src/core/raster
118
- ${CMAKE_SOURCE_DIR} /src/core/symbology-ng
118
+ ${CMAKE_SOURCE_DIR} /src/core/symbology
119
119
${CMAKE_SOURCE_DIR} /src/core/metadata
120
120
${CMAKE_SOURCE_DIR} /src/core/expression
121
121
${CMAKE_SOURCE_DIR} /src/core/3d
Original file line number Diff line number Diff line change @@ -56,11 +56,6 @@ class _3D_EXPORT Qgs3DUtils
56
56
This is used to perform object culling checks.
57
57
*/
58
58
static bool isCullable ( const AABB &bbox, const QMatrix4x4 &viewProjectionMatrix );
59
-
60
- /*
61
- * Calculates (x,y,z) position of point in the Point vector layers
62
- */
63
- static QList<QVector3D> positions (const Map3D &map, QgsVectorLayer *layer, const QgsFeatureRequest &req);
64
59
};
65
60
66
61
#endif // QGS3DUTILS_H
You can’t perform that action at this time.
0 commit comments