diff --git a/src/SceneGraph/Object.hpp b/src/SceneGraph/Object.hpp index 1a7a48d5a..5855813ef 100644 --- a/src/SceneGraph/Object.hpp +++ b/src/SceneGraph/Object.hpp @@ -180,8 +180,6 @@ template std::vector Ob /* Remember object count for later */ std::size_t objectCount = objects.size(); - /** @bug What if there is one objects twice in the list */ - /* Mark all original objects as joints and create initial list of joints from them */ for(std::size_t i = 0; i != objects.size(); ++i) {