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:
authorThomas Dinges <blender@dingto.org>2013-11-20 22:37:23 +0400
committerThomas Dinges <blender@dingto.org>2013-11-20 22:37:23 +0400
commitb0ea93aa9d74d09833fa19fcff4b1f04365906ac (patch)
tree5f5150ccd608d7968f2bc6a0a1ee69f543ca090c /source/blender/makesdna/DNA_world_types.h
parent30512d7c5586189d02e2b2e71d0d5257b0713a16 (diff)
* Remove more code for stars, missed those. Sorry!
Diffstat (limited to 'source/blender/makesdna/DNA_world_types.h')
-rw-r--r--source/blender/makesdna/DNA_world_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_world_types.h b/source/blender/makesdna/DNA_world_types.h
index 44f7813bda0..3e01e159d6c 100644
--- a/source/blender/makesdna/DNA_world_types.h
+++ b/source/blender/makesdna/DNA_world_types.h
@@ -47,7 +47,7 @@ struct MTex;
/**
* World defines general modeling data such as a background fill,
- * gravity, color model, stars, etc. It mixes game-data, rendering
+ * gravity, color model etc. It mixes game-data, rendering
* data and modeling data. */
typedef struct World {
ID id;
@@ -96,7 +96,6 @@ typedef struct World {
float misi, miststa, mistdist, misthi;
float starr DNA_DEPRECATED, starg DNA_DEPRECATED, starb DNA_DEPRECATED, stark DNA_DEPRECATED; /* Deprecated */
-
float starsize DNA_DEPRECATED, starmindist DNA_DEPRECATED;
float stardist DNA_DEPRECATED, starcolnoise DNA_DEPRECATED;