From 5374865523faf253a524a002ebcbefe05172fd8d Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 20 Apr 2018 17:17:10 +0200 Subject: Dopesheet-Timeline: Removal of Timeline Editor! This commit removes all references to the old timeline editor. Unfortuantely, the removal of the Timeline spacetype defining functions has ended up breaking the version patching code I'd been working on earlier (as now, the editor gets marked as "unknown/info" before we get a chance to patch it!) --- source/blender/editors/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/CMakeLists.txt') diff --git a/source/blender/editors/CMakeLists.txt b/source/blender/editors/CMakeLists.txt index f6ceda9bc5a..358f82499c2 100644 --- a/source/blender/editors/CMakeLists.txt +++ b/source/blender/editors/CMakeLists.txt @@ -55,7 +55,6 @@ if(WITH_BLENDER) add_subdirectory(space_script) add_subdirectory(space_sequencer) add_subdirectory(space_text) - add_subdirectory(space_time) add_subdirectory(space_topbar) add_subdirectory(space_userpref) add_subdirectory(space_view3d) -- cgit v1.2.3