Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2021-04-22 13:19:01 +0300
committerDalai Felinto <dalai@blender.org>2021-04-22 13:19:01 +0300
commit1095d5964dd259df8e013a686060ffd82c97c6ab (patch)
treeb34e37e72188ade488275c9cff50690bf637ef75
parent7192ab614b49258cdbd70a9f020f3566a4e0c0a6 (diff)
Cleanup: doversion for 3.0 is using FileData
-rw-r--r--source/blender/blenloader/intern/versioning_300.c1
1 files changed, 0 insertions, 1 deletions
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.