Remove unused variables and functions

This commit is contained in:
Magne Sjaastad
2018-04-19 07:04:46 +02:00
parent 53a6e0e502
commit 305fdfcfc8
6 changed files with 0 additions and 67 deletions

View File

@@ -55,7 +55,4 @@ public:
size_t cellIndex,
const cvf::Vec3d& startPoint,
const cvf::Vec3d& endPoint);
private:
static std::vector<size_t> findCloseCells(const RigMainGrid* grid, const cvf::BoundingBox& bb);
};