[Bf-blender-cvs] [d144983f8cc] master: Cleanup: unused variable

Germano Cavalcante noreply at git.blender.org
Tue Nov 23 22:16:44 CET 2021


Commit: d144983f8cc0405f464c0e2fb56a6419ef3eb128
Author: Germano Cavalcante
Date:   Tue Nov 23 18:15:59 2021 -0300
Branches: master
https://developer.blender.org/rBd144983f8cc0405f464c0e2fb56a6419ef3eb128

Cleanup: unused variable

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

M	source/blender/editors/space_file/filelist.c

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

diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index 695cb577302..045ebd10c0a 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -1574,7 +1574,6 @@ static void filelist_cache_preview_runf(TaskPool *__restrict pool, void *taskdat
   FileListEntryPreview *preview = preview_taskdata->preview;
 
   ThumbSource source = 0;
-  bool done = false;
 
   //  printf("%s: Start (%d)...\n", __func__, threadid);



More information about the Bf-blender-cvs mailing list