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>2012-03-24 03:41:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-24 03:41:33 +0400
commit888cc0d7acc4d831bfcf160c1d85cf15d6ab885a (patch)
treefbd45bea5e6feaacbc5727826a31982b52ea9eee /source/blender/editors/mesh/CMakeLists.txt
parent5d68b3204de26e099f64781fb6e633f018a10370 (diff)
code cleanup: re-shuffle some functions so EDBM_ functions are in bmesh_utils.c
remove bmesh_selecthistory.c, only wrapped a few functions.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 9d2229b52f4..691889bb1a8 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -39,7 +39,6 @@ set(INC_SYS
set(SRC
bmesh_select.c
- bmesh_selecthistory.c
bmesh_tools.c
bmesh_utils.c
editface.c