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:
Diffstat (limited to 'source/blender/editors/space_file/file_ops.c')
-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);
}