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:
authorTon Roosendaal <ton@blender.org>2006-02-14 14:46:45 +0300
committerTon Roosendaal <ton@blender.org>2006-02-14 14:46:45 +0300
commitec42d60c3d3e6d742a63eff02b9de969f9e42949 (patch)
treebd31d59548c63d3813a88b5e283cee9d1df55bf1 /source/blender/src/editmesh_lib.c
parentff830a98f4ea675625e6c3a7fa0da4a803b94869 (diff)
Weekly cleanup in my precious blender tree :)
Unused variables, missing prototypes mostly.
Diffstat (limited to 'source/blender/src/editmesh_lib.c')
-rw-r--r--source/blender/src/editmesh_lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/editmesh_lib.c b/source/blender/src/editmesh_lib.c
index 8c57120021b..46a9b1fa4b6 100644
--- a/source/blender/src/editmesh_lib.c
+++ b/source/blender/src/editmesh_lib.c
@@ -62,6 +62,8 @@ editmesh_lib: generic (no UI, no menus) operations/evaluators for editmesh data
#include "BIF_editmesh.h"
+#include "BSE_edit.h"
+
#include "editmesh.h"
@@ -488,7 +490,6 @@ void EM_selectmode_set(void)
for(efa= em->faces.first; efa; efa= efa->next)
if(efa->f & SELECT) EM_select_face(efa, 1);
}
- BIF_undo_push("Selectmode Set");
}
/* paranoia check, actually only for entering editmode. rule: