From c4d23ebcc83a90c46e446c1e95cca2ccb4d6d3c0 Mon Sep 17 00:00:00 2001 From: rexx <67599507+r-ex@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:45:39 +0000 Subject: [PATCH] Remove unnecessary comment --- r5dev/vstdlib/callback.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/r5dev/vstdlib/callback.cpp b/r5dev/vstdlib/callback.cpp index d77c3b8b..c28c8704 100644 --- a/r5dev/vstdlib/callback.cpp +++ b/r5dev/vstdlib/callback.cpp @@ -293,8 +293,7 @@ void Pak_ListTypes_f(const CCommand& args) if (!type->m_szDescription) continue; - - // todo: make status into a string from an array/vector + DevMsg(eDLL_T::RTECH, "| %-4s | %-25s | %7i | %11i | %11i |\n", FourCCToString(type->m_nExtension).c_str(), type->m_szDescription, type->m_iVersion, type->m_iSubHeaderSize, type->m_iNativeClassSize); nRegistered++; }