Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-03-04 09:17:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-04 09:17:19 +0300
commit12b529b3a675ea69408c5eea84d2329ef156d407 (patch)
tree7d284f5d94d1a4838aec708182ea1bceca19fc28 /source/blender/blenkernel/BKE_volume_to_mesh.hh
parent2df2f1c908fae86f4b29795384b8dabc192dc338 (diff)
Cleanup: redundant struct declarations
Diffstat (limited to 'source/blender/blenkernel/BKE_volume_to_mesh.hh')
-rw-r--r--source/blender/blenkernel/BKE_volume_to_mesh.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_volume_to_mesh.hh b/source/blender/blenkernel/BKE_volume_to_mesh.hh
index 1ec8a8e84cd..1f6e89636c4 100644
--- a/source/blender/blenkernel/BKE_volume_to_mesh.hh
+++ b/source/blender/blenkernel/BKE_volume_to_mesh.hh
@@ -21,7 +21,6 @@
#endif
struct Mesh;
-struct VolumeGrid;
namespace blender::bke {