summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sessiontreemodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sessiontreemodel.cpp b/src/sessiontreemodel.cpp
index bb96f0e..deda9b7 100644
--- a/src/sessiontreemodel.cpp
+++ b/src/sessiontreemodel.cpp
@@ -51,8 +51,6 @@ QVariant SessionTreeModel::data(const QModelIndex &index, int role) const {
if (s) {
if (role == Qt::DisplayRole)
return s->shortDescription();
- if (role == Qt::ToolTipRole)
- return s->description();
if (role == Qt::ForegroundRole)
return s->foregroundRole();
if (role == Qt::DecorationRole) {