Remove duplicate annotations

This commit is contained in:
Christian Semmler 2024-01-05 19:23:52 -05:00
parent f5e7fd099c
commit fc130ca213
2 changed files with 3 additions and 12 deletions

View File

@ -84,4 +84,7 @@ class LegoWorld : public LegoEntity {
// FUNCTION: LEGO1 0x1001f0c0
// MxPresenterListCursor::~MxPresenterListCursor
// TEMPLATE: LEGO1 0x10020760
// MxListCursor<MxPresenter *>::MxListCursor<MxPresenter *>
#endif // LEGOWORLD_H

View File

@ -62,16 +62,4 @@ class MxPresenterListCursor : public MxPtrListCursor<MxPresenter> {
// SYNTHETIC: LEGO1 0x1001d090
// MxPtrList<MxPresenter>::`scalar deleting destructor'
// TEMPLATE: LEGO1 0x1001ef40
// MxPtrListCursor<MxPresenter>::~MxPtrListCursor<MxPresenter>
// TEMPLATE: LEGO1 0x1001f070
// MxListCursor<MxPresenter *>::~MxListCursor<MxPresenter *>
// TEMPLATE: LEGO1 0x1001f0c0
// MxPresenterListCursor::~MxPresenterListCursor
// TEMPLATE: LEGO1 0x10020760
// MxListCursor<MxPresenter *>::MxListCursor<MxPresenter *>
#endif // MXPRESENTERLIST_H