diff options
Diffstat (limited to 'src/dabInputDmbUdp.cpp')
-rw-r--r-- | src/dabInputDmbUdp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dabInputDmbUdp.cpp b/src/dabInputDmbUdp.cpp index 3609de2..bd1bde7 100644 --- a/src/dabInputDmbUdp.cpp +++ b/src/dabInputDmbUdp.cpp @@ -65,7 +65,6 @@ int dabInputDmbUdpInit(void** args) input->dmb = new Dmb(); *args = input; - UdpSocket::init(); return 0; } |