Skip to content

Commit ebc792e

Browse files
committed
resultstree.cpp: removed unused function
1 parent e88de11 commit ebc792e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

gui/resultstree.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ static const char TAGS[] = "tags";
7474
static const int COLUMN_SINCE_DATE = 6;
7575
static const int COLUMN_TAGS = 7;
7676

77-
static QString getFunction(QStandardItem *item)
78-
{
79-
return item->data().toMap().value("function").toString();
80-
}
81-
8277
ResultsTree::ResultsTree(QWidget * parent) :
8378
QTreeView(parent),
8479
mSettings(nullptr),

0 commit comments

Comments
 (0)