Skip to content

Commit

Permalink
Remove useless line.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Aug 19, 2014
1 parent ae01b87 commit 2c4e1df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docks/filtersdock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ void FiltersDock::on_listView_clicked(const QModelIndex &index)
{
Mlt::Filter* filter = m_model.filterForRow(index.row());
if (filter && filter->is_valid()) {
QString name = filter->get("mlt_service");
QmlMetadata* meta = qmlMetadataForService(filter);
if (meta)
loadQuickPanel(meta, index.row());
Expand Down

0 comments on commit 2c4e1df

Please sign in to comment.