summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainwindow.cpp1
-rw-r--r--src/modinfodialogfwd.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 68627c90..ebeb7459 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3897,7 +3897,6 @@ void MainWindow::on_modList_doubleClicked(const QModelIndex &index)
case ModList::COL_GAME: tab = ModInfoTabIDs::Nexus; break;
case ModList::COL_CATEGORY: tab = ModInfoTabIDs::Categories; break;
case ModList::COL_CONFLICTFLAGS: tab = ModInfoTabIDs::Conflicts; break;
- case ModList::COL_FLAGS: tab = ModInfoTabIDs::Flags; break;
}
displayModInformation(sourceIdx.row(), tab);
diff --git a/src/modinfodialogfwd.h b/src/modinfodialogfwd.h
index e4a61208..2147fc04 100644
--- a/src/modinfodialogfwd.h
+++ b/src/modinfodialogfwd.h
@@ -14,7 +14,6 @@ enum class ModInfoTabIDs
Images,
Esps,
Conflicts,
- Flags,
Categories,
Nexus,
Notes,