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:
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index f7b0fa3a31f..7b279edb6b0 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -458,11 +458,6 @@ int main(int argc,
BLI_argsParse(ba, 3, NULL, NULL);
#endif
WM_init(C, argc, (const char **)argv);
-
- /* This is properly initialized with user-preferences,
- * but this is default.
- * Call after loading the #BLENDER_STARTUP_FILE so we can read #U.tempdir */
- BKE_tempdir_init(U.tempdir);
}
else {
#ifndef WITH_PYTHON_MODULE
@@ -470,9 +465,6 @@ int main(int argc,
#endif
WM_init(C, argc, (const char **)argv);
-
- /* Don't use user preferences #U.tempdir */
- BKE_tempdir_init(NULL);
}
#ifdef WITH_PYTHON
/**