Changeset da74604a7fe2bf6716caf3aeadbacabc0f2b21a7

Show
Ignore:
Timestamp:
06/02/06 13:07:40 (3 years ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1139227660 +0000
git-parent:

[97278aab3f37ab17090237bab1df03ccfc06cdf7]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1139227660 +0000
Message:

Remove useless lines (which came from a missunderstanding of how it worked)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/stream_output/stream_output.c

    r97278aa rda74604  
    10371037                msg_Warn( p_this, "Option %s is deprecated. You should use " 
    10381038                        "%s instead.", p_conf->psz_name, p_conf->psz_current ); 
    1039                 i_type = config_GetType( p_this, psz_name ); 
    10401039                free( psz_name ); 
    10411040                psz_name = strdup( p_conf->psz_current ); 
    1042                 var_Create( p_this, psz_name, i_type | VLC_VAR_DOINHERIT ); 
    10431041            } 
    10441042        }