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>2019-02-08 00:36:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-08 00:42:50 +0300
commit7fdda18ca1317d9c911ce279a7c261eff9c75709 (patch)
treed9a48c7cab189603e0649dd6b752cde046f8a9ce /source/creator/creator.c
parent0abf754748cbab97749acb581aceca4ba9315ac5 (diff)
Remove "Keep Session" preference
As far as we know this wasn't widely used, and relied no storing data in the temp dir which may be cleared on reboot. More generally, alternative behavior for a core area like file IO is not something to keep if it has unresolved issues. See D4310 for details.
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index b20f5cdb52f..fbe3ceb1d29 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -467,13 +467,6 @@ int main(
/* OK we are ready for it */
#ifndef WITH_PYTHON_MODULE
main_args_setup_post(C, ba);
-
- if (G.background == 0) {
- if (!G.file_loaded)
- if (U.uiflag2 & USER_KEEP_SESSION)
- WM_recover_last_session(C, NULL);
- }
-
#endif
/* Explicitly free data allocated for argument parsing: