Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
1a48e311
Commit
1a48e311
authored
Feb 20, 2008
by
ivoire
Browse files
Remove unnecessary declaration
parent
741a3b31
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/playlist/search.c
View file @
1a48e311
...
...
@@ -113,9 +113,6 @@ playlist_item_t * playlist_ItemGetByInputId( playlist_t *p_playlist,
* Live search handling
***************************************************************************/
static
vlc_bool_t
playlist_LiveSearchUpdateInternal
(
playlist_t
*
p_playlist
,
playlist_item_t
*
p_root
,
const
char
*
psz_string
);
static
vlc_bool_t
playlist_LiveSearchUpdateInternal
(
playlist_t
*
p_playlist
,
playlist_item_t
*
p_root
,
const
char
*
psz_string
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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