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:
authorValentin <Poulpator>2020-07-02 23:34:17 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-07-02 23:36:39 +0300
commitf3e4a3473e29432e75bc8d19855ca3e9cff36c35 (patch)
tree8a4c16f8c80ce317264e0fd884151919075c359d /source/blender/blenkernel/BKE_particle.h
parentef0ec014611125c9b6a33a6d008db5fef3143107 (diff)
Cleanup: Remove useless duplicated lines
I spotted a duplicate struct declaration, so I had to check for other duplicated as well There might be some other but i am not confident enough for deleting them this regex search for duplicate ^(.*;)$\n(\1)$ Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D8146
Diffstat (limited to 'source/blender/blenkernel/BKE_particle.h')
-rw-r--r--source/blender/blenkernel/BKE_particle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_particle.h b/source/blender/blenkernel/BKE_particle.h
index 00d010cd6d9..a22cb9ef126 100644
--- a/source/blender/blenkernel/BKE_particle.h
+++ b/source/blender/blenkernel/BKE_particle.h
@@ -48,7 +48,6 @@ struct BVHTreeRay;
struct BVHTreeRayHit;
struct CustomData_MeshMasks;
struct Depsgraph;
-struct Depsgraph;
struct EdgeHash;
struct KDTree_3d;
struct LatticeDeformData;