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:
authorDaniel Dunbar <daniel@zuster.org>2004-03-14 19:59:48 +0300
committerDaniel Dunbar <daniel@zuster.org>2004-03-14 19:59:48 +0300
commit16e90d56d261f4f93b46d2eb494cb0d2b1187d71 (patch)
tree7a89739f5feadeaad42647df422c78bbb7f69ea7 /source/blender/src/buttons_logic.c
parent59b5ac844968920ea30baffb0ef7ff307524ceb2 (diff)
- replaced AUTOSPACE define with {ME_,CU_,MB_}AUTOSPACE,
different objects shouldn't share flags this way (still sharing of other mesh flags in renderer... ickity pickity, but I'm not fixing now) - removed some unnecessary uses of DNA_mesh_types.h
Diffstat (limited to 'source/blender/src/buttons_logic.c')
-rw-r--r--source/blender/src/buttons_logic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/buttons_logic.c b/source/blender/src/buttons_logic.c
index 024b164f524..9781d3ea1f8 100644
--- a/source/blender/src/buttons_logic.c
+++ b/source/blender/src/buttons_logic.c
@@ -63,7 +63,6 @@
#include "DNA_sound_types.h"
#include "DNA_text_types.h"
#include "DNA_view3d_types.h"
-#include "DNA_mesh_types.h"
#include "BKE_library.h"
#include "BKE_global.h"