[vlc-devel] commit: Removed invalid assert. (Laurent Aimar )

git version control git at videolan.org
Sat Aug 2 23:44:51 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Aug  2 23:46:42 2008 +0200| [297dbe71bcbccc999cca25fa150f1e6de7a16cc9] | committer: Laurent Aimar 

Removed invalid assert.

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

 modules/gui/qt4/components/interface_widgets.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index fa5bbc2..01dc734 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -1214,8 +1214,6 @@ void FullscreenControllerWidget::attachVout( vout_thread_t *p_nvout )
  */
 void FullscreenControllerWidget::detachVout()
 {
-    assert( p_vout );
-
     if( p_vout )
     {
         var_DelCallback( p_vout, "fullscreen", FullscreenControllerWidgetFullscreenChanged, this );




More information about the vlc-devel mailing list