Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarNetElementGroup.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarNetElementGroup.hpp')
-rw-r--r--source/core/StarNetElementGroup.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/core/StarNetElementGroup.hpp b/source/core/StarNetElementGroup.hpp
index 6f009d8..1904a33 100644
--- a/source/core/StarNetElementGroup.hpp
+++ b/source/core/StarNetElementGroup.hpp
@@ -40,11 +40,7 @@ public:
float netExtrapolationHint() const;
private:
- List<NetElement*>& filterElementsForRules(NetCompatibilityRules rules);
-
List<pair<NetElement*, bool>> m_elements;
- Maybe<NetCompatibilityRules> m_filteredForRules;
- List<NetElement*> m_filteredElementsCache;
NetElementVersion const* m_version = nullptr;
bool m_interpolationEnabled = false;
float m_extrapolationHint = 0.0f;