Remove process() from OctreePacketProcessor

This commit is contained in:
Ryan Huffman 2015-07-10 15:00:46 -07:00
parent 99aaefbd03
commit dee117500b

View file

@ -21,8 +21,6 @@ class OctreePacketProcessor : public ReceivedPacketProcessor {
public:
OctreePacketProcessor();
virtual bool process() override { };
signals:
void packetVersionMismatch();