Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
87b5e1be
Commit
87b5e1be
authored
Apr 04, 2006
by
dionoea
Browse files
Remove useless code (or its use was really cryptic)
parent
6a8b6cbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc.c
View file @
87b5e1be
...
...
@@ -1906,7 +1906,7 @@ static int AddIntfInternal( int i_object, char const *psz_module,
vlc_bool_t
b_block
,
vlc_bool_t
b_play
,
int
i_options
,
char
**
ppsz_options
)
{
int
i_err
,
i
;
int
i_err
;
intf_thread_t
*
p_intf
;
vlc_t
*
p_vlc
=
vlc_current_object
(
i_object
);
...
...
@@ -1952,11 +1952,6 @@ static int AddIntfInternal( int i_object, char const *psz_module,
return
i_err
;
}
for
(
i
=
0
;
i
<
i_options
;
i
++
)
{
}
if
(
i_object
)
vlc_object_release
(
p_vlc
);
return
VLC_SUCCESS
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment