remove legacy prop
parent
15bd62be2f
commit
fe5e6728ad
|
@ -215,8 +215,6 @@ class VSETB_OT_auto_split(Operator):
|
|||
split_col.prop(self, 'frame_first', text='Frame Split First')
|
||||
split_col.prop(self, 'frame_last', text='Last')
|
||||
|
||||
col.prop(self, 'selected_only')
|
||||
|
||||
def execute(self, context):
|
||||
context.window_manager.modal_handler_add(self)
|
||||
return {'PASS_THROUGH'}
|
||||
|
|
Loading…
Reference in New Issue