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:
John Kiril Swenson
2025-08-27 17:29:12 -05:00
parent 3e21f2b803
commit 16726a5254

View File

@@ -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")