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:
authorCampbell Barton <ideasman42@gmail.com>2020-09-13 11:04:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-13 11:04:46 +0300
commite4811cf0c308601918c3662b2b995b457140d847 (patch)
tree2f2c13b5a863dee5861b7eead2187f9152e61881
parent952212ac69a5d1d16f9fac7ab19456c256382d97 (diff)
Cleanup: unused variable
-rw-r--r--source/blender/editors/space_file/file_ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c
index b3587fc7f97..b3f9e8b6ef6 100644
--- a/source/blender/editors/space_file/file_ops.c
+++ b/source/blender/editors/space_file/file_ops.c
@@ -1593,7 +1593,6 @@ void file_draw_check_ex(bContext *C, ScrArea *area)
void file_draw_check(bContext *C)
{
- SpaceFile *sfile = CTX_wm_space_file(C);
ScrArea *area = CTX_wm_area(C);
file_draw_check_ex(C, area);
}