From 991bda6959305cea58b9ce6a31224eea1889a4c5 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 24 Jan 2017 12:23:57 +0100 Subject: Depsgraph: Remove legacy depsgraph code from transform --- source/blender/editors/transform/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/transform/CMakeLists.txt') diff --git a/source/blender/editors/transform/CMakeLists.txt b/source/blender/editors/transform/CMakeLists.txt index b7de49d8158..1a41d9ac95a 100644 --- a/source/blender/editors/transform/CMakeLists.txt +++ b/source/blender/editors/transform/CMakeLists.txt @@ -58,10 +58,6 @@ if(WITH_INTERNATIONAL) add_definitions(-DWITH_INTERNATIONAL) endif() -if(WITH_LEGACY_DEPSGRAPH) - add_definitions(-DWITH_LEGACY_DEPSGRAPH) -endif() - add_definitions(${GL_DEFINITIONS}) blender_add_lib(bf_editor_transform "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3