]> git.sesse.net Git - vlc/commitdiff
* remove commented ifs o_O
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 4 Apr 2006 20:39:52 +0000 (20:39 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 4 Apr 2006 20:39:52 +0000 (20:39 +0000)
modules/gui/macosx/vout.m

index 8e13dce8c267cef0012f248b11beacb563969b9d..62a8a6f759f1be186210cbac9cc3ee63f13cc807 100644 (file)
@@ -1011,7 +1011,6 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
                              NULL, NULL, fullScreenAllowEvents );
         }
         if( b_black == VLC_TRUE )
-        //if( var_GetBool( p_real_vout, "macosx-black" ) )
         {
             CGAcquireDisplayFadeReservation(kCGMaxDisplayReservationInterval, &token);
             CGDisplayFade( token, 2 , kCGDisplayBlendSolidColor, kCGDisplayBlendNormal, 0, 0, 0, false );
@@ -1101,7 +1100,6 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
     if( p_fullscreen_state )
         EndFullScreen( p_fullscreen_state, 0 );
     if( b_black == VLC_TRUE )
-    //if( var_GetBool( p_vout, "macosx-black" ) )
     {
         CGDisplayFadeReservationToken token;
         CGAcquireDisplayFadeReservation(kCGMaxDisplayReservationInterval, &token);