Skip to content

Commit

Permalink
[minor] Remove duplicate instantiation of audio file chooser ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Feb 4, 2024
1 parent 5fe5049 commit 8d43c99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/score-plugin-dataflow/score_plugin_dataflow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ std::vector<score::InterfaceBase*> score_plugin_dataflow::factories(
Dataflow::WidgetInletFactory<Process::LineEdit, WidgetFactory::LineEdit>,
Dataflow::WidgetInletFactory<Process::ProgramEdit, WidgetFactory::ProgramEdit>,
Dataflow::WidgetInletFactory<Process::FileChooser, WidgetFactory::FileChooser>,
Dataflow::WidgetInletFactory<
Process::AudioFileChooser, WidgetFactory::FileChooser>,
Dataflow::WidgetInletFactory<
Process::VideoFileChooser, WidgetFactory::FileChooser>,
Dataflow::WidgetInletFactory<Process::ComboBox, WidgetFactory::ComboBox>,
Expand Down

0 comments on commit 8d43c99

Please sign in to comment.