From: Jean-Baptiste Mardelle Date: Wed, 10 Jun 2009 17:13:59 +0000 (+0000) Subject: remove unused vars X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7ec7b3fb2351e87b56d02342c48f7f045353e41c;p=kdenlive remove unused vars svn path=/trunk/kdenlive/; revision=3509 --- diff --git a/src/projectitem.cpp b/src/projectitem.cpp index c7abb637..7b3a335e 100644 --- a/src/projectitem.cpp +++ b/src/projectitem.cpp @@ -27,11 +27,7 @@ #include #include - -const int NameRole = Qt::UserRole; -const int DurationRole = NameRole + 1; -const int UsageRole = NameRole + 2; - +const int DurationRole = Qt::UserRole + 1; // folder ProjectItem::ProjectItem(QTreeWidget * parent, const QStringList & strings, const QString &clipId) :