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:
authorPhilipp Oeser <info@graphics-engineer.com>2020-02-12 21:17:19 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2020-02-12 21:17:19 +0300
commit9aae62a59b2e8cfbf476a33e99ac1966b96e2bc9 (patch)
tree86493d97863577431d3662863a9377a0022c35af /source/blender/blenkernel/BKE_pointcache.h
parent80cecee5b7c81feb1e2a5e56cbfed66981124265 (diff)
Particles: remove unused sel_col and nosel_col from
CacheEditrPathsIterData and PTCacheEdit Followup to 80cecee5b7c8. ref D6725
Diffstat (limited to 'source/blender/blenkernel/BKE_pointcache.h')
-rw-r--r--source/blender/blenkernel/BKE_pointcache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_pointcache.h b/source/blender/blenkernel/BKE_pointcache.h
index fd29480cac7..d906e1e3f65 100644
--- a/source/blender/blenkernel/BKE_pointcache.h
+++ b/source/blender/blenkernel/BKE_pointcache.h
@@ -274,9 +274,6 @@ typedef struct PTCacheEdit {
ListBase pathcachebufs;
int totpoint, totframes, totcached, edited;
-
- unsigned char sel_col[3];
- unsigned char nosel_col[3];
} PTCacheEdit;
/* Particle functions */