[vlc-devel] commit: remove useless if not harmful hack ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Sep 20 21:55:37 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep 20 22:58:32 2008 +0300| [e61038050dc51c297e246decf1ac8230fa5b449e] | committer: Rémi Denis-Courmont 

remove useless if not harmful hack

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

 src/playlist/services_discovery.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/playlist/services_discovery.c b/src/playlist/services_discovery.c
index 987073d..ee91583 100644
--- a/src/playlist/services_discovery.c
+++ b/src/playlist/services_discovery.c
@@ -81,7 +81,6 @@ services_discovery_Create ( vlc_object_t * p_super, const char * psz_module_name
         return NULL;
     }
     p_sd->psz_module = strdup( psz_module_name );
-    p_sd->b_die = false; /* FIXME */
 
     vlc_object_attach( p_sd, p_super );
 




More information about the vlc-devel mailing list