From 1095d5964dd259df8e013a686060ffd82c97c6ab Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 22 Apr 2021 12:19:01 +0200 Subject: [PATCH] Cleanup: doversion for 3.0 is using FileData --- source/blender/blenloader/intern/versioning_300.c | 1 - 1 file changed, 1 deletion(-) 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.