diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2024-03-17 17:42:17 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2024-03-17 17:42:17 -0400 |
| commit | de0d7a8e0afee90ee913685d31fc02301d652210 (patch) | |
| tree | 9794115961c57e75f3e1b3600de51a658c424106 /include/f | |
| parent | 606cc15eeda81fe26207ccab28e84a1ef40ec3fd (diff) | |
Revert unused change, oops.
Diffstat (limited to 'include/f')
| -rw-r--r-- | include/f/f_list_nd_prio.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/f/f_list_nd_prio.h b/include/f/f_list_nd_prio.h index 69174c81..98b60f34 100644 --- a/include/f/f_list_nd_prio.h +++ b/include/f/f_list_nd_prio.h @@ -15,12 +15,6 @@ public: /// @param owner The node's owner. fLiNdPrio_c(fBase_c *owner) : fLiNdBa_c(owner), m_order(0), m_new_order(0) {} - void Initialize(fBase_c *owner) { - p_owner = owner; - m_order = 0; - m_new_order = 0; - } - fLiNdPrio_c *getPrev() const { return (fLiNdPrio_c *)fLiNdBa_c::getPrev(); } |
