Changeset da74604a7fe2bf6716caf3aeadbacabc0f2b21a7
- 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
| r97278aa |
rda74604 |
|
| 1037 | 1037 | msg_Warn( p_this, "Option %s is deprecated. You should use " |
|---|
| 1038 | 1038 | "%s instead.", p_conf->psz_name, p_conf->psz_current ); |
|---|
| 1039 | | i_type = config_GetType( p_this, psz_name ); |
|---|
| 1040 | 1039 | free( psz_name ); |
|---|
| 1041 | 1040 | psz_name = strdup( p_conf->psz_current ); |
|---|
| 1042 | | var_Create( p_this, psz_name, i_type | VLC_VAR_DOINHERIT ); |
|---|
| 1043 | 1041 | } |
|---|
| 1044 | 1042 | } |
|---|