Skip to content
Snippets Groups Projects
Commit 6085483b authored by Marco Biasini's avatar Marco Biasini
Browse files

removed unused variable

parent edf98b65
Branches
Tags
No related merge requests found
......@@ -120,7 +120,6 @@ QMenuBar* Perspective::GetMenuBar()
QMenu* Perspective::GetMenu(const QString& name)
{
QMenu* menu=NULL;
QList<QAction *> actions=menu_bar_->actions();
for (QList<QAction*>::iterator i=actions.begin(),
e=actions.end(); i!=e; ++i) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment