From: Montel Laurent Date: Sat, 25 May 2013 09:04:24 +0000 (+0200) Subject: Remove not implemented function X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4b9c0b0557c3fb55a34e2c09559d44b551759843;p=kdenlive Remove not implemented function --- diff --git a/src/effectstack/parametercontainer.h b/src/effectstack/parametercontainer.h index db489b28..17996dff 100644 --- a/src/effectstack/parametercontainer.h +++ b/src/effectstack/parametercontainer.h @@ -62,7 +62,6 @@ public: explicit ParameterContainer(const QDomElement &effect, const ItemInfo &info, EffectMetaInfo *metaInfo, QWidget * parent = 0); ~ParameterContainer(); void updateTimecodeFormat(); - void updateProjectFormat(MltVideoProfile profile, Timecode t); void updateParameter(const QString &key, const QString &value); /** @brief Returns true of this effect requires an on monitor adjustable effect scene. */ bool needsMonitorEffectScene() const;