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:
Diffstat (limited to 'source/blender/makesdna/DNA_world_types.h')
-rw-r--r--source/blender/makesdna/DNA_world_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_world_types.h b/source/blender/makesdna/DNA_world_types.h
index af1e5123dc8..8d9fd9f1af4 100644
--- a/source/blender/makesdna/DNA_world_types.h
+++ b/source/blender/makesdna/DNA_world_types.h
@@ -85,9 +85,6 @@ typedef struct World {
/* nodes */
struct bNodeTree *nodetree;
- /** Runtime : miststa + mistdist, used for drawing camera. */
- float mistend;
- char _pad1[4];
/** Runtime. */
ListBase gpumaterial;
} World;