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>2018-12-03 13:20:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-03 13:21:36 +0300
commit40f4343679b2df5c0ae4dc361542f3be5b0f66d7 (patch)
treebf2937a4364ed7de3070fe5e562f1aee28dd6ccb /source/blender/editors/space_view3d/CMakeLists.txt
parent394b086b9c1933122fec9a72db538c6a804a23cf (diff)
3D View: remove non tool-system ruler
There was duplicate code for the ruler being accessed as a tool and an operator. Remove the modal operator code in favor of tool access.
Diffstat (limited to 'source/blender/editors/space_view3d/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_view3d/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt
index 0d30d623b8d..44089734e83 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -66,7 +66,6 @@ set(SRC
view3d_gizmo_preselect_type.c
view3d_ops.c
view3d_project.c
- view3d_ruler.c
view3d_select.c
view3d_snap.c
view3d_toolbar.c