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>2020-03-09 18:34:55 +0300
committerDalai Felinto <dalai@blender.org>2020-03-09 18:34:55 +0300
commitd43fbbb30771eb3b5756840e698be0aef83d64e5 (patch)
treeaf40daa8207a496c54907175abeb631942718218 /source/blender/editors/space_file
parent29f3af95272590d26f610ae828b2eeee89c82a00 (diff)
Cleanup: Silence warnings
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/file_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index a215909fad4..1332eb51baa 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -377,7 +377,6 @@ static void file_draw_preview(uiBlock *block,
static void renamebutton_cb(bContext *C, void *UNUSED(arg1), char *oldname)
{
- Main *bmain = CTX_data_main(C);
char newname[FILE_MAX + 12];
char orgname[FILE_MAX + 12];
char filename[FILE_MAX + 12];