diff options
Diffstat (limited to 'gui/groupview/GroupView.cpp')
-rw-r--r-- | gui/groupview/GroupView.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gui/groupview/GroupView.cpp b/gui/groupview/GroupView.cpp index 342e2523..b650efee 100644 --- a/gui/groupview/GroupView.cpp +++ b/gui/groupview/GroupView.cpp @@ -380,14 +380,6 @@ void GroupView::mouseReleaseEvent(QMouseEvent *event) bool click = (index == m_pressedIndex && index.isValid()) || (m_pressedCategory && m_pressedCategory == categoryAt(geometryPos)); - bool isRight = event->button() == Qt::RightButton; - - if((index == m_pressedIndex && index.isValid()) && isRight) - { - emit customContextMenuRequested(event->pos()); - return; - } - if (click && m_pressedCategory) { if (state() == ExpandingState) |