removed unused structure

This commit is contained in:
Gerolf Ziegenhain 2015-01-04 14:36:48 +01:00
parent e0471a4c62
commit b20d4efe9e
1 changed files with 1 additions and 17 deletions

View File

@ -64,23 +64,7 @@ struct data_packet_format{
};
#define SIZE_DATA_PACKET 496
// This structure is not used.
/*
struct code_packet_format{
unsigned short command;
unsigned short length;
char id[128];
char a1[4];
unsigned int sequence;
unsigned int a21;
unsigned int a22;
unsigned int a23;
signed int code[51];
unsigned int n;
char a3[128];
char a4[8];
};
*/
struct command_packet_format connect_packet;
struct command_packet_format disconnect_packet = {DIS, 0};