]> git.sesse.net Git - kdenlive/blobdiff - src/projectlistview.cpp
[PATCH by Ray Lehtiniem] Delete some unused variables
[kdenlive] / src / projectlistview.cpp
index 117d04565d0ac75dbf770a6bd6837229c45470dc..5faa3591361123baa9f5e5eeccbd866f90eac84f 100644 (file)
@@ -68,7 +68,6 @@ void ProjectListView::configureColumns(const QPoint& pos) {
 
     QHeaderView* headerView = header();
     for (int i = 2; i < headerView->count(); ++i) {
-        const int logicalIndex = headerView->logicalIndex(i);
         const QString text = model()->headerData(i, Qt::Horizontal).toString();
         QAction* action = popup.addAction(text);
         action->setCheckable(true);