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>2020-06-18 06:23:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-18 07:30:04 +0300
commitaab165b575ce312675e543f519c962cbf9939d34 (patch)
treec8fa1c4ccc8014c97153558de574bacb20d67c92
parent978e2b6f98ea93345a3cef041b814f599a15beeb (diff)
Cleanup: remove unnecessary flag clearing
This is not read from blend files.
-rw-r--r--source/blender/windowmanager/intern/wm_files.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index d4b87a44da1..1ecfbfb4b8d 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -1110,11 +1110,6 @@ void wm_homefile_read(bContext *C,
}
if (use_data) {
- /* Prevent buggy files that had G_FILE_RELATIVE_REMAP written out by mistake.
- * Screws up autosaves otherwise can remove this eventually,
- * only in a 2.53 and older, now its not written. */
- G.fileflags &= ~G_FILE_RELATIVE_REMAP;
-
if (reset_app_template) {
/* Always load UI when switching to another template. */
G.fileflags &= ~G_FILE_NO_UI;