]> git.tuebingen.mpg.de Git - paraslash.git/commit
Remove ->init() of struct receiver.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 Sep 2018 21:25:42 +0000 (23:25 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 21 Dec 2018 13:40:42 +0000 (14:40 +0100)
commita1610c2bd6e3097c6473c5403bfd59425b2058ba
tree58fcaf22b2ed3ea9f2833a6192a9cb14d0d6b662
parent25ca76ec354120efa561879f50c486340e14d0ca
Remove ->init() of struct receiver.

The previous patch removed the ->init() method of the afh receiver.
Since the afh receiver was the only receiver that defined an init
method, the method can now be removed from struct receiver.

As a consequence, recv_init(), which calls each receiver's init method
has become a no-op and can also be removed.
afh_recv.c
audiod.c
dccp_recv.c
http_recv.c
play.c
recv.c
recv.h
recv_common.c
udp_recv.c