diff options
| author | Léo Lam <leo@leolam.fr> | 2021-01-17 23:46:16 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-01-17 23:46:31 +0100 |
| commit | 36fa2b36c206911fecf1653db81a6d7ffab39781 (patch) | |
| tree | 26fccd6db4e0fa18a8175535916e2b0d05b87103 /src/Game/UI/uiPauseMenuDataMgr.h | |
| parent | 268f7f2d8ac07dd64151e889477fa2357d15fb5f (diff) | |
uking/ui: Remove setValue() for consistency
Diffstat (limited to 'src/Game/UI/uiPauseMenuDataMgr.h')
| -rw-r--r-- | src/Game/UI/uiPauseMenuDataMgr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Game/UI/uiPauseMenuDataMgr.h b/src/Game/UI/uiPauseMenuDataMgr.h index 609547b9..c5dd2614 100644 --- a/src/Game/UI/uiPauseMenuDataMgr.h +++ b/src/Game/UI/uiPauseMenuDataMgr.h @@ -142,7 +142,6 @@ public: s32 getCount() const { return getValue(); } s32 getValue() const { return mValue; } - void setValue(s32 value) { mValue = value; } // Only valid if this is not a weapon. CookData& getCookData() { return mData.cook; } |
