]> git.sesse.net Git - kdenlive/blobdiff - src/clipproperties.cpp
* Update MLT capture to use the new multi consumer for preview
[kdenlive] / src / clipproperties.cpp
index 59dfe0c203db8302abb58b8b6fc0fa023391e4a7..b448d45375124dfc2af5fa097131cbf4567d46d9 100644 (file)
@@ -475,7 +475,6 @@ ClipProperties::ClipProperties(DocClipBase *clip, Timecode tc, double fps, QWidg
         Nepomuk::Resource res( url.path() );
         // Check if file has a license
         if (res.hasProperty(Nepomuk::Vocabulary::NIE::license())) {
-            QGridLayout *l = static_cast<QGridLayout *>(layout());
             QString ltype = res.property(Nepomuk::Vocabulary::NIE::licenseType()).toString();
             m_view.clip_license->setText(i18n("License: %1", res.property(Nepomuk::Vocabulary::NIE::license()).toString()));
             if (ltype.startsWith("http")) {