[Bf-blender-cvs] [e4811cf0c30] master: Cleanup: unused variable

Campbell Barton noreply at git.blender.org
Sun Sep 13 10:21:57 CEST 2020


Commit: e4811cf0c308601918c3662b2b995b457140d847
Author: Campbell Barton
Date:   Sun Sep 13 18:04:46 2020 +1000
Branches: master
https://developer.blender.org/rBe4811cf0c308601918c3662b2b995b457140d847

Cleanup: unused variable

===================================================================

M	source/blender/editors/space_file/file_ops.c

===================================================================

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);
 }



More information about the Bf-blender-cvs mailing list