Remove more old router role work.

This commit is contained in:
Jm Casler
2022-03-13 14:50:27 -07:00
parent cb4ca87abe
commit 82591b2a69
2 changed files with 0 additions and 45 deletions
-16
View File
@@ -52,22 +52,6 @@ class FloodingRouter : public Router, protected PacketHistory
*/
virtual bool shouldFilterReceived(MeshPacket *p) override;
/**
* Are we in range of a router?
*
* "range" here may not be the right term.
* @return true if we're in range of a router
*/
virtual bool inRangeOfRouter();
/**
* Is the packet from a device that is physically near this node?
*
* Calculated based on the received SNR.
* @return true if the received packet is physically close to this node.
*/
virtual bool isPacketLocal(const MeshPacket *p);
/**
* Look for broadcasts we need to rebroadcast
*/