]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.cpp
krazy code fixes
[kdenlive] / src / projectlist.cpp
index 5ace98c1daee99c3d707726d920b3b036d12873a..b07f8a623970ccd4879f332d87ac13bd9bb6a9a8 100644 (file)
@@ -60,7 +60,7 @@ ProjectList::ProjectList(QWidget *parent)
     listView = new ProjectListView(this);;
     QVBoxLayout *layout = new QVBoxLayout;
     layout->setContentsMargins(0, 0, 0, 0);
-    // mbd: I think this has died at some point: m_clipIdCounter = 0;
+
     // setup toolbar
     searchView = new KTreeWidgetSearchLine(this);
     m_toolbar = new QToolBar("projectToolBar", this);