diff --git a/source/blender/blenloader/intern/versioning_userdef.cc b/source/blender/blenloader/intern/versioning_userdef.cc index d2e7f3ef4ff..05a67191fd7 100644 --- a/source/blender/blenloader/intern/versioning_userdef.cc +++ b/source/blender/blenloader/intern/versioning_userdef.cc @@ -76,9 +76,6 @@ static void do_versions_theme(const UserDef *userdef, bTheme *btheme) MEMCPY_STRUCT_AFTER(btheme, &U_theme_default, name); } - printf("VERSION:"); - printf("%d", userdef->versionfile); - printf("%d", userdef->subversionfile); /* Again reset the theme, but only if stored with an early 3.1 alpha version. Some changes were * done in the release branch and then merged into the 3.1 branch (master). So the previous reset * wouldn't work for people who saved their preferences with a 3.1 build meanwhile. But we still @@ -109,14 +106,6 @@ static void do_versions_theme(const UserDef *userdef, bTheme *btheme) FROM_DEFAULT_V4_UCHAR(space_node.node_zone_repeat); } - if (!USER_VERSION_ATLEAST(400, 14)) { - FROM_DEFAULT_V4_UCHAR(space_view3d.asset_shelf.back); - FROM_DEFAULT_V4_UCHAR(space_view3d.asset_shelf.header_back); - } - if (!USER_VERSION_ATLEAST(400, 24)) { - memcpy(btheme->tarm, &U_theme_default.tarm, sizeof(*btheme->tarm)*20); - } - if (!USER_VERSION_ATLEAST(400, 24)) { FROM_DEFAULT_V4_UCHAR(tui.wcol_list_item.inner_sel); FROM_DEFAULT_V4_UCHAR(space_sequencer.transition);