[vlc-commits] libvlc: remove duplicate line

Thomas Guillem git at videolan.org
Mon Apr 13 15:30:42 CEST 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Apr 13 15:29:10 2015 +0200| [dd9aa4361846b32b2af5b1d39b2898f83b84f0d9] | committer: Thomas Guillem

libvlc: remove duplicate line

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

 lib/event.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/event.c b/lib/event.c
index 2ed7c5b..4a95cee 100644
--- a/lib/event.c
+++ b/lib/event.c
@@ -80,7 +80,6 @@ libvlc_event_manager_new( void * p_obj, libvlc_instance_t * p_libvlc_inst )
     }
 
     p_em->p_obj = p_obj;
-    p_em->p_obj = p_obj;
     p_em->async_event_queue = NULL;
     p_em->p_libvlc_instance = p_libvlc_inst;
 



More information about the vlc-commits mailing list