2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-13 14:06:09 +00:00

CRasterFont: Remove ignored maybe_unused attributes

This commit is contained in:
2020-05-27 12:40:35 -04:00
parent 04597c2787
commit 330eeebf08
3 changed files with 29 additions and 28 deletions

View File

@@ -81,10 +81,10 @@ public:
};
class CFontInfo {
[[maybe_unused]] bool x0_ = false;
[[maybe_unused]] bool x1_ = false;
[[maybe_unused]] s32 x4_ = 0;
[[maybe_unused]] s32 x8_fontSize = 0;
bool x0_ = false;
bool x1_ = false;
s32 x4_ = 0;
s32 x8_fontSize = 0;
char xc_name[64] = "";
public: