[Bf-blender-cvs] [61b04c3e82f] temp-gpencil-bezier-stroke-type: Cleanup: doversion for 3.0 is using FileData

Dalai Felinto noreply at git.blender.org
Thu Apr 22 17:35:38 CEST 2021


Commit: 61b04c3e82fd7ca6b3220d729035c9a16a1266cd
Author: Dalai Felinto
Date:   Thu Apr 22 12:19:01 2021 +0200
Branches: temp-gpencil-bezier-stroke-type
https://developer.blender.org/rB61b04c3e82fd7ca6b3220d729035c9a16a1266cd

Cleanup: doversion for 3.0 is using FileData

===================================================================

M	source/blender/blenloader/intern/versioning_300.c

===================================================================

diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
index 2d29f496e71..6b13b21f057 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -51,7 +51,6 @@ void do_versions_after_linking_300(Main *UNUSED(bmain), ReportList *UNUSED(repor
 /* NOLINTNEXTLINE: readability-function-size */
 void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
 {
-  UNUSED_VARS(fd);
 
   /**
    * Versioning code until next subversion bump goes here.



More information about the Bf-blender-cvs mailing list