From e4811cf0c308601918c3662b2b995b457140d847 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 13 Sep 2020 18:04:46 +1000 Subject: Cleanup: unused variable --- source/blender/editors/space_file/file_ops.c | 1 - 1 file changed, 1 deletion(-) 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); } -- cgit v1.2.3