diff options
| author | robojumper <robojumper@gmail.com> | 2025-08-09 18:04:48 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-09-13 10:13:39 +0200 |
| commit | e08d120f0bd0e5df3d3c173130d485dcdddb22d4 (patch) | |
| tree | c956a039e225fc89d07468dcd1699e7c2e66a99d /include | |
| parent | 0847c40aa0ba0482e25e1e10a4718cf062432e63 (diff) | |
small cleanup
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/lyt/d_lyt_pause_disp_00.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/d/lyt/d_lyt_pause_disp_00.h b/include/d/lyt/d_lyt_pause_disp_00.h index 38a07923..aa77d651 100644 --- a/include/d/lyt/d_lyt_pause_disp_00.h +++ b/include/d/lyt/d_lyt_pause_disp_00.h @@ -36,14 +36,6 @@ public: STATE_FUNC_DECLARE(dLytPauseDisp00_c, Out); private: - static s32 navTargetToBounding(s32 target) { - return target - 1; - } - - static s32 boundingToNavTarget(s32 target) { - return target + 1; - } - void setAnm(int idx, f32 value); void stopAnm(int idx); void playBackwards(d2d::AnmGroup_c &anm); |
