Skip to content
Snippets Groups Projects
Commit 507ea228 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Remove unused attribute

parent 7a61ab6f
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,7 @@ namespace armarx::armem::gui
_storeInLTMButton = new QPushButton("Store query result in LTM");
//_tabWidget = new QTabWidget();
_snapshotSelectorWidget = new SnapshotSelectorWidget();
//_tabWidget->addTab(_snapshotSelectorWidget, QString("Snapshots"));
hlayout1->addWidget(_dataCheckBox);
hlayout1->addWidget(_recursionDepthSpinner);
......
......@@ -51,8 +51,6 @@ namespace armarx::armem::gui
QSpinBox* _recursionDepthSpinner;
QPushButton* _storeInLTMButton;
QTabWidget* _tabWidget;
SnapshotSelectorWidget* _snapshotSelectorWidget;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment