Fix: VSE: Remove unused tweak property in userpref
This was overlooked in #140031. This should silence warnings when opening user preferences.
This commit is contained in:
@@ -544,7 +544,6 @@ class USERPREF_PT_edit_sequence_editor(EditingPanel, CenterAlignMixIn, Panel):
|
||||
prefs = context.preferences
|
||||
edit = prefs.edit
|
||||
|
||||
layout.prop(edit, "use_sequencer_simplified_tweaking")
|
||||
layout.prop(edit, "connect_strips_by_default")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user