From e45e13e5523a2c1685dd15d53c82447ba8a5bd50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 14 Apr 2019 13:48:43 +0200 Subject: [PATCH] MeshTools: remove obsolete TODO. --- src/Magnum/MeshTools/CompressIndices.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Magnum/MeshTools/CompressIndices.h b/src/Magnum/MeshTools/CompressIndices.h index de4d112fd..7cb4e0816 100644 --- a/src/Magnum/MeshTools/CompressIndices.h +++ b/src/Magnum/MeshTools/CompressIndices.h @@ -52,7 +52,6 @@ Example usage: @snippet MagnumMeshTools.cpp compressIndices @see @ref compressIndicesAs() -@todo Extract IndexType out of Mesh class */ std::tuple, MeshIndexType, UnsignedInt, UnsignedInt> MAGNUM_MESHTOOLS_EXPORT compressIndices(const std::vector& indices);