mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Remove process() from OctreePacketProcessor
This commit is contained in:
parent
99aaefbd03
commit
dee117500b
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ class OctreePacketProcessor : public ReceivedPacketProcessor {
|
|||
public:
|
||||
OctreePacketProcessor();
|
||||
|
||||
virtual bool process() override { };
|
||||
|
||||
signals:
|
||||
void packetVersionMismatch();
|
||||
|
||||
|
|
Loading…
Reference in a new issue