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
GSoC
GSoC2018
macOS
vlc
Commits
03fa43b1
Commit
03fa43b1
authored
Jun 22, 2008
by
Rémi Denis-Courmont
Browse files
Remove dead code
parent
4cd43d60
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/objects.c
View file @
03fa43b1
...
...
@@ -226,10 +226,6 @@ void * __vlc_object_create( vlc_object_t *p_this, int i_type )
switch
(
i_type
)
{
case
VLC_OBJECT_LIBVLC
:
i_size
=
sizeof
(
libvlc_int_t
);
psz_type
=
"libvlc"
;
break
;
case
VLC_OBJECT_INTF
:
i_size
=
sizeof
(
intf_thread_t
);
psz_type
=
"interface"
;
...
...
Write
Preview
Markdown
is supported
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