diff options
author | Taeyeon Mori <orochimarufan.x3@gmail.com> | 2014-04-12 20:14:09 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-06-30 23:53:41 +0200 |
commit | b9fb7188226f2812a6ee3f28cd4968883d3b9e8a (patch) | |
tree | dfc57f385905ce5e423cc454f54ee1a6bb9290ad /gui/groupview | |
parent | 1f498266d8748c731a7cdcc1a0adebe4dc7a9703 (diff) | |
download | MultiMC-b9fb7188226f2812a6ee3f28cd4968883d3b9e8a.tar MultiMC-b9fb7188226f2812a6ee3f28cd4968883d3b9e8a.tar.gz MultiMC-b9fb7188226f2812a6ee3f28cd4968883d3b9e8a.tar.lz MultiMC-b9fb7188226f2812a6ee3f28cd4968883d3b9e8a.tar.xz MultiMC-b9fb7188226f2812a6ee3f28cd4968883d3b9e8a.zip |
[Clang Warnings] Remove unused variables
Diffstat (limited to 'gui/groupview')
-rw-r--r-- | gui/groupview/GroupView.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/groupview/GroupView.cpp b/gui/groupview/GroupView.cpp index b650efee..7094b34c 100644 --- a/gui/groupview/GroupView.cpp +++ b/gui/groupview/GroupView.cpp @@ -283,7 +283,6 @@ void GroupView::mousePressEvent(QMouseEvent *event) m_pressedIndex = index; m_pressedAlreadySelected = selectionModel()->isSelected(m_pressedIndex); - QItemSelectionModel::SelectionFlags selection_flags = selectionCommand(index, event); m_pressedPosition = geometryPos; m_pressedCategory = categoryAt(geometryPos); |