Skip to content

Commit

Permalink
Remove unused saveMarker() (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored and wjwwood committed Nov 15, 2018
1 parent 05d0f92 commit 2711263
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions interactive_marker_tutorials/src/basic_controls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@ double rand( double min, double max )
return min + t*(max-min);
}

void saveMarker( InteractiveMarker int_marker )
{
server->insert(int_marker);
server->setCallback(int_marker.name, &processFeedback);
}

////////////////////////////////////////////////////////////////////////////////////

// %Tag(6DOF)%
Expand Down

0 comments on commit 2711263

Please sign in to comment.