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

Fix warning, remove unused header

parent bb3c5a82
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,6 @@
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/core/application/properties/PropertyDefinitionContainer.h>
// #include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>
#include <RobotAPI/components/ArViz/Client/Client.h>
#include <RobotAPI/libraries/armem/core/MemoryID.h>
......
......@@ -55,6 +55,7 @@ namespace armarx::aron
{
nextMaybeType = getRandomElement(type::ALL_MAYBE_TYPES);
}
(void) nextMaybeType; // Unused
switch (nextType)
{
......
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