Removed unused code.

This commit is contained in:
Roberto Raggi
2009-11-23 16:06:32 +01:00
parent 67e2ecb663
commit a579f2f27e

View File

@@ -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());