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:
authorDalai Felinto <dfelinto@gmail.com>2017-10-31 17:02:38 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-10-31 17:02:38 +0300
commitbbb4fa7e476ee9b3fb160edf06be1d165f3e3666 (patch)
treee41a4b49357f08a59127163bd4c6db4fec607cd2 /source/blender/makesdna/DNA_workspace_types.h
parent7553523af7b34bfeede09b9acf0a95b84a2c15cf (diff)
Workspace cleanup: engine_id is in ViewRender
Diffstat (limited to 'source/blender/makesdna/DNA_workspace_types.h')
-rw-r--r--source/blender/makesdna/DNA_workspace_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_workspace_types.h b/source/blender/makesdna/DNA_workspace_types.h
index 172903fe312..8cd03a5eafa 100644
--- a/source/blender/makesdna/DNA_workspace_types.h
+++ b/source/blender/makesdna/DNA_workspace_types.h
@@ -94,8 +94,6 @@ typedef struct WorkSpace {
bToolDef tool;
struct SceneLayer *render_layer DNA_PRIVATE_WORKSPACE;
-
- char engine_id[32]; /* Render Engine. */
struct ViewRender view_render;
} WorkSpace;