Remove protocolVersion field from BufferFiller

This commit is contained in:
2024-04-19 15:35:17 +10:00
parent 5289e91525
commit ec50685c51
2 changed files with 2 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
#include "BufferFiller.h"
BufferFiller::BufferFiller(uint8_t protocolVersion) :
protocolVersion(protocolVersion)
BufferFiller::BufferFiller()
{
}