Remove payload_length from PacketBuilder, etc.

This commit is contained in:
Jared Boone 2015-10-02 17:43:02 -07:00
parent 142617ad94
commit 37b1d7cf2f
5 changed files with 3 additions and 14 deletions

View file

@ -200,7 +200,6 @@ struct FSKConfiguration {
size_t access_code_tolerance;
uint32_t unstuffing_pattern;
size_t unstuffing_length;
size_t packet_length;
};
class FSKConfigurationMessage : public Message {