Skip to content
Snippets Groups Projects
Commit 337d4d13 authored by Jan Möbius's avatar Jan Möbius
Browse files

Remove unused variable

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@5227 383ad7c9-94d9-4d36-a494-682f7c89f535
parent b89b897f
No related branches found
No related tags found
No related merge requests found
......@@ -518,7 +518,6 @@ void ViewControlPlugin::slotUpdateContextMenu( int _objectId ){
QAction * action = new QAction( descr.c_str(), drawGroup );
action->setCheckable( true );
action->setChecked( ACG::SceneGraph::DrawModes::containsId( activeDrawModes_, id ) );
drawMenuActions_.push_back( action );
}
viewControlMenu_->addActions( drawGroup->actions() );
......
......@@ -111,10 +111,6 @@ class ViewControlPlugin : public QObject, BaseInterface , PickingInterface, Logg
*/
int lastObjectId_;
/** Actions in the draw Context Menu
*/
std::vector< QAction * > drawMenuActions_;
/** Active draw Modes for the last clicked object and its children
*/
unsigned int activeDrawModes_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment