mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
Inline empty destructor for daCLOTH_HIO_c in d_menu_cloth to simplify code.
This commit is contained in:
@@ -108,7 +108,7 @@ public:
|
||||
class daCLOTH_HIO_c : public JORReflexible {
|
||||
public:
|
||||
daCLOTH_HIO_c();
|
||||
virtual ~daCLOTH_HIO_c();
|
||||
virtual ~daCLOTH_HIO_c() {}
|
||||
|
||||
public:
|
||||
/* 0x0004 */ s8 mNo;
|
||||
|
||||
@@ -899,9 +899,6 @@ static BOOL dMenu_ClothIsDelete(void*) {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
daCLOTH_HIO_c::~daCLOTH_HIO_c() {
|
||||
}
|
||||
|
||||
// TODO
|
||||
class menu_cloth_class : public fopAc_ac_c {
|
||||
dMCloth_c mCloth;
|
||||
|
||||
Reference in New Issue
Block a user