From 5df0fed47c5a94afddfe0aca307b518e8a51117e Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Thu, 10 May 2018 19:28:27 +0200 Subject: Timeline Header Cleanup - Part 3: Consolidate options in a "Playback" popover The "Playback" popover now combines options from several old menus and scattered around in other places. --- source/blender/makesrna/intern/rna_scene.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c index 24829c9fda4..11bee28ed7a 100644 --- a/source/blender/makesrna/intern/rna_scene.c +++ b/source/blender/makesrna/intern/rna_scene.c @@ -5820,7 +5820,6 @@ void RNA_def_scene(BlenderRNA *brna) RNA_def_property_ui_text(prop, "Lock Frame Selection", "Don't allow frame to be selected with mouse outside of frame range"); RNA_def_property_update(prop, NC_SCENE | ND_FRAME, NULL); - RNA_def_property_ui_icon(prop, ICON_LOCKED, 0); /* Preview Range (frame-range for UI playback) */ prop = RNA_def_property(srna, "use_preview_range", PROP_BOOLEAN, PROP_NONE); -- cgit v1.2.3