[vlc-commits] directfb: remove obvious comments

Rafaël Carré git at videolan.org
Fri Apr 18 11:03:22 CEST 2014


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Apr 18 10:41:09 2014 +0200| [1e23c3cbd11bead24e97a8bb72bb5f7c6c980478] | committer: Rafaël Carré

directfb: remove obvious comments

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

 modules/video_output/directfb.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/video_output/directfb.c b/modules/video_output/directfb.c
index 95f2e64..5ace8d0 100644
--- a/modules/video_output/directfb.c
+++ b/modules/video_output/directfb.c
@@ -74,12 +74,10 @@ static int Open(vlc_object_t *object)
     vout_display_t *vd = (vout_display_t *)object;
     vout_display_sys_t *sys;
 
-    /* Allocate structure */
     vd->sys = sys = calloc(1, sizeof(*sys));
     if (!sys)
         return VLC_ENOMEM;
 
-    /* Init DirectFB */
     if (DirectFBInit(NULL,NULL) != DFB_OK) {
         msg_Err(vd, "Cannot init DirectFB");
         free(sys);



More information about the vlc-commits mailing list