summaryrefslogtreecommitdiff
path: root/examples/triage/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/triage/entry.cpp')
-rw-r--r--examples/triage/entry.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/triage/entry.cpp b/examples/triage/entry.cpp
index 98e5cff9..addb5960 100644
--- a/examples/triage/entry.cpp
+++ b/examples/triage/entry.cpp
@@ -224,9 +224,6 @@ bool EntryTreeView::canCopySelection() const
void EntryTreeView::entrySelected(const QModelIndex& cur, const QModelIndex&)
{
- FunctionRef func = m_model->getEntry(cur);
- if (func)
- m_view->setCurrentOffset(func->GetStart());
}