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:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-07-06 13:42:58 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2018-07-06 13:50:04 +0300
commit12ce0cfb21d83b70183a64de47ad05b5775b4937 (patch)
treec446abb1183f3330f53b53aac79548b8127c9783 /source/blender/makesdna/DNA_modifier_types.h
parent769104016636b26be1b01726a1ea45c95b184a2e (diff)
Ocean Modifier: removed unused refresh flags
The flags were set and cleared correctly, but nothing was actually reading them.
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index f7fb3e0e376..00ae9ff8b60 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1009,10 +1009,10 @@ enum {
enum {
MOD_OCEAN_REFRESH_RESET = (1 << 0),
- MOD_OCEAN_REFRESH_SIM = (1 << 1),
+ /* MOD_OCEAN_REFRESH_SIM = (1 << 1), */
/* MOD_OCEAN_REFRESH_ADD = (1 << 2), */
MOD_OCEAN_REFRESH_CLEAR_CACHE = (1 << 3),
- MOD_OCEAN_REFRESH_TOPOLOGY = (1 << 4),
+ /* MOD_OCEAN_REFRESH_TOPOLOGY = (1 << 4), */
};
enum {