Skip to content

Commit

Permalink
Post rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 15, 2017
1 parent d213d31 commit 3f681d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/3d/CMakeLists.txt
Expand Up @@ -115,7 +115,7 @@ INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/src/core/
${CMAKE_SOURCE_DIR}/src/core/geometry
${CMAKE_SOURCE_DIR}/src/core/raster
${CMAKE_SOURCE_DIR}/src/core/symbology-ng
${CMAKE_SOURCE_DIR}/src/core/symbology
${CMAKE_SOURCE_DIR}/src/core/metadata
${CMAKE_SOURCE_DIR}/src/core/expression
${CMAKE_SOURCE_DIR}/src/core/3d
Expand Down
5 changes: 0 additions & 5 deletions src/3d/qgs3dutils.h
Expand Up @@ -56,11 +56,6 @@ class _3D_EXPORT Qgs3DUtils
This is used to perform object culling checks.
*/
static bool isCullable( const AABB &bbox, const QMatrix4x4 &viewProjectionMatrix );

/*
* Calculates (x,y,z) position of point in the Point vector layers
*/
static QList<QVector3D> positions(const Map3D &map, QgsVectorLayer *layer, const QgsFeatureRequest &req);
};

#endif // QGS3DUTILS_H

0 comments on commit 3f681d1

Please sign in to comment.