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/space_api/spacetypes.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c index ca9b87a5858..6c53aa62378 100644 --- a/source/blender/editors/space_api/spacetypes.c +++ b/source/blender/editors/space_api/spacetypes.c @@ -82,7 +82,6 @@ void ED_spacetypes_init(void) /* create space types */ ED_spacetype_outliner(); - ED_spacetype_time(); ED_spacetype_view3d(); ED_spacetype_ipo(); ED_spacetype_image(); -- cgit v1.2.3