mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:52:31 +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:
|
public:
|
||||||
OctreePacketProcessor();
|
OctreePacketProcessor();
|
||||||
|
|
||||||
virtual bool process() override { };
|
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void packetVersionMismatch();
|
void packetVersionMismatch();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue