From f7adb788287665092fa2811de2ba70341aab3294 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 31 Jul 2019 21:46:13 +1000 Subject: Cleanup: remove BLO_update_defaults_userpref_blend Merge into BKE_blendfile_userdef_from_defaults --- source/blender/blenloader/BLO_readfile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenloader/BLO_readfile.h') diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h index cc3ea3f2122..8944dfdb711 100644 --- a/source/blender/blenloader/BLO_readfile.h +++ b/source/blender/blenloader/BLO_readfile.h @@ -165,7 +165,6 @@ void BLO_main_expander(BLOExpandDoitCallback expand_doit_func); void BLO_expand_main(void *fdhandle, struct Main *mainvar); /* Update defaults in startup.blend & userprefs.blend, without having to save and embed it */ -void BLO_update_defaults_userpref_blend(void); void BLO_update_defaults_startup_blend(struct Main *mainvar, const char *app_template); void BLO_update_defaults_workspace(struct WorkSpace *workspace, const char *app_template); -- cgit v1.2.3