[vlc-commits] access/udp: remove stray messages

Rémi Denis-Courmont git at videolan.org
Sun May 19 17:34:45 CEST 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun May 19 17:58:08 2019 +0300| [afbaaea4e9c4b81dc666154d366a811cfbbe97e4] | committer: Rémi Denis-Courmont

access/udp: remove stray messages

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=afbaaea4e9c4b81dc666154d366a811cfbbe97e4
---

 modules/access/udp.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/access/udp.c b/modules/access/udp.c
index 57e0327a68..109547113e 100644
--- a/modules/access/udp.c
+++ b/modules/access/udp.c
@@ -49,9 +49,6 @@
 # include <sys/uio.h>
 #endif
 
-#define BUFFER_TEXT N_("Receive buffer")
-#define BUFFER_LONGTEXT N_("UDP receive buffer size (bytes)" )
-
 typedef struct
 {
     int fd;



More information about the vlc-commits mailing list