Changeset 87b5e1bed6e4875838664865169cd00baea69b8d
- Timestamp:
- 04/05/06 01:01:11
(2 years ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1144191671 +0000
- git-parent:
[6a8b6cbbcb58b3eb45b0dbbd6d417b0e156dcde5]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1144191671 +0000
- Message:
Remove useless code (or its use was really cryptic)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r738fac7 |
r87b5e1b |
|
| 1907 | 1907 | int i_options, char **ppsz_options ) |
|---|
| 1908 | 1908 | { |
|---|
| 1909 | | int i_err,i; |
|---|
| | 1909 | int i_err; |
|---|
| 1910 | 1910 | intf_thread_t *p_intf; |
|---|
| 1911 | 1911 | vlc_t *p_vlc = vlc_current_object( i_object ); |
|---|
| … | … | |
| 1951 | 1951 | if( i_object ) vlc_object_release( p_vlc ); |
|---|
| 1952 | 1952 | return i_err; |
|---|
| 1953 | | } |
|---|
| 1954 | | |
|---|
| 1955 | | for( i = 0 ; i< i_options ; i++ ) |
|---|
| 1956 | | { |
|---|
| 1957 | | |
|---|
| 1958 | 1953 | } |
|---|
| 1959 | 1954 | |
|---|