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-02 17:54:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-02 17:59:45 +0300
commite69f70e11f00b7dbb511cc9a1ea15c57c9ad668d (patch)
tree8e08782234d6d9de3a6769f9ee08804f4755fd8f /source/blender/windowmanager/wm_files.h
parent50994eace677e1775382ded567898f1ff4cb5467 (diff)
Revert "Fix T67577: Add-on unregister can't access preferences on factory reset"
This reverts commit f18ed7ad890ee5c89fc6e6a22e76c732fb5fc1bc. Better leave the fix for 2.9 series.
Diffstat (limited to 'source/blender/windowmanager/wm_files.h')
-rw-r--r--source/blender/windowmanager/wm_files.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/windowmanager/wm_files.h b/source/blender/windowmanager/wm_files.h
index a37eb6e777b..e081742b904 100644
--- a/source/blender/windowmanager/wm_files.h
+++ b/source/blender/windowmanager/wm_files.h
@@ -33,9 +33,9 @@ void wm_history_file_read(void);
void wm_homefile_read(struct bContext *C,
struct ReportList *reports,
bool use_factory_settings,
- const bool use_empty_data,
- const bool use_data,
- const bool use_userdef,
+ bool use_empty_data,
+ bool use_data,
+ bool use_userdef,
const char *filepath_startup_override,
const char *app_template_override,
bool *r_is_factory_startup);