From 491a59b035c539a07f58d650732e58195e2d454c Mon Sep 17 00:00:00 2001 From: elsid Date: Mon, 25 Dec 2023 01:15:08 +0100 Subject: [PATCH] Remove unused getActiveGrid function --- components/terrain/viewdata.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/terrain/viewdata.hpp b/components/terrain/viewdata.hpp index b8b0b8a1f9..3014ba53f0 100644 --- a/components/terrain/viewdata.hpp +++ b/components/terrain/viewdata.hpp @@ -70,7 +70,6 @@ namespace Terrain mNodes.clear(); } } - const osg::Vec4i& getActiveGrid() const { return mActiveGrid; } unsigned int getWorldUpdateRevision() const { return mWorldUpdateRevision; } void setWorldUpdateRevision(int updateRevision) { mWorldUpdateRevision = updateRevision; }