From b20d4efe9ea3fd6ef0ac7c0568bf9a794219f5de Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Sun, 4 Jan 2015 14:36:48 +0100 Subject: [PATCH] removed unused structure --- src/irmc.c | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/irmc.c b/src/irmc.c index cf60017..018a7d4 100644 --- a/src/irmc.c +++ b/src/irmc.c @@ -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};