diff --git a/examples/test.c b/examples/test.c index 09090c8..63a4418 100644 --- a/examples/test.c +++ b/examples/test.c @@ -61,29 +61,6 @@ int main(int argc, char **argv) { skipstone_link *link; skipstone_message_service *service; - struct { - uint8_t command; - uint8_t state; - uint32_t track_position; - uint32_t play_rate; - uint8_t shuffle; - uint8_t repeat; - } play_state = { - 0x11, 0x01, 0, 44100, 0x01, 0x01 - }; - - struct { - uint8_t command; - uint8_t package_len; - char package[8]; - uint8_t name_len; - char name[8]; - } play_info = { - 0x13, - 8, { 'D', 'e', 'a', 'D', 'B', 'e', 'e', 'F' }, - 8, { 'R', 'e', 'a', 'L', 'D', 'e', 'a', 'D' } - }; - if (argc != 2) { usage(argc, argv); } diff --git a/examples/test.c-e b/examples/test.c-e index 09090c8..63a4418 100644 --- a/examples/test.c-e +++ b/examples/test.c-e @@ -61,29 +61,6 @@ int main(int argc, char **argv) { skipstone_link *link; skipstone_message_service *service; - struct { - uint8_t command; - uint8_t state; - uint32_t track_position; - uint32_t play_rate; - uint8_t shuffle; - uint8_t repeat; - } play_state = { - 0x11, 0x01, 0, 44100, 0x01, 0x01 - }; - - struct { - uint8_t command; - uint8_t package_len; - char package[8]; - uint8_t name_len; - char name[8]; - } play_info = { - 0x13, - 8, { 'D', 'e', 'a', 'D', 'B', 'e', 'e', 'F' }, - 8, { 'R', 'e', 'a', 'L', 'D', 'e', 'a', 'D' } - }; - if (argc != 2) { usage(argc, argv); }