From d4830d711e23cccb907a9b5ecfcc1b7138a2bc66 Mon Sep 17 00:00:00 2001 From: Weizhen Huang Date: Sat, 24 Jun 2023 19:51:37 +0200 Subject: [PATCH] Cleanup: remove comments regarding Cycles versioning --- source/blender/blenloader/intern/versioning_400.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/blender/blenloader/intern/versioning_400.cc b/source/blender/blenloader/intern/versioning_400.cc index 4a89b99781c..664a8bde2ae 100644 --- a/source/blender/blenloader/intern/versioning_400.cc +++ b/source/blender/blenloader/intern/versioning_400.cc @@ -43,8 +43,6 @@ void do_versions_after_linking_400(FileData * /*fd*/, Main * /*bmain*/) * * \note Be sure to check when bumping the version: * - #blo_do_versions_400 in this file. - * - "versioning_cycles.cc", #blo_do_versions_cycles - * - "versioning_cycles.cc", #do_versions_after_linking_cycles * - "versioning_userdef.c", #blo_do_versions_userdef * - "versioning_userdef.c", #do_versions_theme * @@ -263,8 +261,6 @@ void blo_do_versions_400(FileData *fd, Library * /*lib*/, Main *bmain) * * \note Be sure to check when bumping the version: * - #do_versions_after_linking_400 in this file. - * - "versioning_cycles.cc", #blo_do_versions_cycles - * - "versioning_cycles.cc", #do_versions_after_linking_cycles * - "versioning_userdef.c", #blo_do_versions_userdef * - "versioning_userdef.c", #do_versions_theme *