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-02-21 19:00:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-21 19:00:47 +0300
commitb1b020806e2d5ca403de62dc956c4a27f36bc377 (patch)
tree37ddaa53c8bc56a3186464ce019985e5511deada /source/blender/makesrna/intern/rna_screen.c
parent4c30dc343165a643e2173a055ed2aca3137991a5 (diff)
Cleanup: remove unused ScreenAnimData.refresh
Diffstat (limited to 'source/blender/makesrna/intern/rna_screen.c')
-rw-r--r--source/blender/makesrna/intern/rna_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_screen.c b/source/blender/makesrna/intern/rna_screen.c
index b0304b742df..89f65da335a 100644
--- a/source/blender/makesrna/intern/rna_screen.c
+++ b/source/blender/makesrna/intern/rna_screen.c
@@ -80,7 +80,7 @@ static void rna_Screen_redraw_update(Main *UNUSED(bmain), Scene *UNUSED(scene),
/* the settings for this are currently only available from a menu in the TimeLine,
* hence refresh=SPACE_ACTION, as timeline is now in there
*/
- ED_screen_animation_timer_update(screen, screen->redraws_flag, SPACE_ACTION);
+ ED_screen_animation_timer_update(screen, screen->redraws_flag);
}
static bool rna_Screen_is_animation_playing_get(PointerRNA *UNUSED(ptr))