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:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-11-24 00:15:59 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-11-24 00:15:59 +0300
commitd144983f8cc0405f464c0e2fb56a6419ef3eb128 (patch)
treeea947dbf77d039d82593d54759e03729d3d3a73a /source/blender/editors/space_file/filelist.c
parent56f66602c7c5a5bab4543dfbffe2a27e52f0c4ac (diff)
Cleanup: unused variable
Diffstat (limited to 'source/blender/editors/space_file/filelist.c')
-rw-r--r--source/blender/editors/space_file/filelist.c1
1 files changed, 0 insertions, 1 deletions
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);