diff --git a/LEGO1/lego/legoomni/include/legonamedpart.h b/LEGO1/lego/legoomni/include/legonamedpart.h index 85300719..876090e2 100644 --- a/LEGO1/lego/legoomni/include/legonamedpart.h +++ b/LEGO1/lego/legoomni/include/legonamedpart.h @@ -14,7 +14,6 @@ class LegoNamedPart { } ~LegoNamedPart() { delete m_list; } - // FUNCTION: LEGO1 0x1003f920 const MxString* GetName() const { return &m_name; } LegoLODList* GetList() { return m_list; }