Skip to content

Commit

Permalink
Fix compile error in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Feb 5, 2016
1 parent 2cfc1ab commit 770cb7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/filtercontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ void FilterController::setProducer(Mlt::Producer *producer)
mlt_service_type service_type = producer->type();
m_metadataModel.setIsClipProducer(service_type != tractor_type
&& service_type != playlist_type);
m_metadataModel.refresh();
}
}

Expand Down

0 comments on commit 770cb7d

Please sign in to comment.