Remove dead code from multicast.h

https://github.com/Hamlib/Hamlib/issues/695
pull/1289/head^2
Mike Black W9MDB 2023-05-13 15:41:38 -05:00
rodzic c4d0df1f86
commit 75b1b20fa2
1 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -19,14 +19,6 @@
#ifndef MULTICAST_H
#define MULTICAST_H
#if 0 // moved to rig.h
struct multicast_s
{
int multicast_running;
int sock;
int seqnumber;
int runflag; // = 0;
pthread_t threadid;
#ifdef HAVE_ARPA_INET_H
#warn HAVE_ARPA_INET
struct ip_mreq mreq; // = {0};