remove legacy prop

pull/6/head
florentin.luce 2024-05-28 15:05:19 +02:00
parent 15bd62be2f
commit fe5e6728ad
1 changed files with 0 additions and 2 deletions

View File

@ -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'}