Skip to content

Commit 2711263

Browse files
bmagyarwjwwood
authored andcommitted
Remove unused saveMarker() (#47)
1 parent 05d0f92 commit 2711263

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

interactive_marker_tutorials/src/basic_controls.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ double rand( double min, double max )
182182
return min + t*(max-min);
183183
}
184184

185-
void saveMarker( InteractiveMarker int_marker )
186-
{
187-
server->insert(int_marker);
188-
server->setCallback(int_marker.name, &processFeedback);
189-
}
190-
191185
////////////////////////////////////////////////////////////////////////////////////
192186

193187
// %Tag(6DOF)%

0 commit comments

Comments
 (0)