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>2020-02-15 04:24:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-15 07:24:03 +0300
commit60475b95490fa5242e50fdef490d069396ba27ea (patch)
tree5f395991c063511f8037ef6d8e0d03c06cd12efa /source/blender/windowmanager/WM_types.h
parentfa5837c5e8643ac68485ca7c10dd503c129a2d2f (diff)
Cleanup: remove various unused defines
Diffstat (limited to 'source/blender/windowmanager/WM_types.h')
-rw-r--r--source/blender/windowmanager/WM_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 5870802d02b..c11d51acd2d 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -371,7 +371,6 @@ typedef struct wmNotifier {
/* NC_LAMP Light */
#define ND_LIGHTING (40 << 16)
#define ND_LIGHTING_DRAW (41 << 16)
-#define ND_SKY (42 << 16)
/* NC_WORLD World */
#define ND_WORLD_DRAW (45 << 16)