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-06-29 10:25:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-29 10:25:40 +0300
commit18d87e79e92e0cb4792ba3cb42c4ea84fcd29d90 (patch)
treeb35fd8ad683c79a5cbd9f8419220ee1892cd9ef8 /source/blender/blenkernel/intern/workspace.c
parent332548753008f941d920c8a9ee1079dbf1895d37 (diff)
parentb3727668168075137f2ded11d7a7821548e4451d (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/blenkernel/intern/workspace.c')
-rw-r--r--source/blender/blenkernel/intern/workspace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/workspace.c b/source/blender/blenkernel/intern/workspace.c
index 2e5798cd172..f0f57e8e56c 100644
--- a/source/blender/blenkernel/intern/workspace.c
+++ b/source/blender/blenkernel/intern/workspace.c
@@ -538,4 +538,3 @@ bool BKE_workspace_owner_id_check(
return BLI_findstring(&workspace->owner_ids, owner_id, offsetof(wmOwnerID, name)) != NULL;
}
}
-