forked from qt-creator/qt-creator
Removed unused code.
This commit is contained in:
@@ -1689,9 +1689,6 @@ void CPPEditor::contextMenuEvent(QContextMenuEvent *e)
|
||||
foreach (QAction *action, contextMenu->actions())
|
||||
menu->addAction(action);
|
||||
|
||||
const QList<QTextEdit::ExtraSelection> selections =
|
||||
extraSelections(BaseTextEditor::CodeSemanticsSelection);
|
||||
|
||||
appendStandardContextMenuActions(menu);
|
||||
|
||||
menu->exec(e->globalPos());
|
||||
|
||||
Reference in New Issue
Block a user