Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
2669219a
Commit
2669219a
authored
Feb 02, 2010
by
Jakob Leben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build - remove redundant declarations
parent
5f491204
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
include/vlc_playlist.h
include/vlc_playlist.h
+0
-1
src/libvlccore.sym
src/libvlccore.sym
+0
-1
src/playlist/playlist_internal.h
src/playlist/playlist_internal.h
+0
-2
No files found.
include/vlc_playlist.h
View file @
2669219a
...
...
@@ -368,7 +368,6 @@ VLC_EXPORT( int, playlist_NodeRemoveItem, (playlist_t *,playlist_item_t*,playlis
VLC_EXPORT
(
playlist_item_t
*
,
playlist_ChildSearchName
,
(
playlist_item_t
*
,
const
char
*
)
);
VLC_EXPORT
(
int
,
playlist_NodeDelete
,
(
playlist_t
*
,
playlist_item_t
*
,
bool
,
bool
)
);
VLC_EXPORT
(
playlist_item_t
*
,
playlist_GetPreferredNode
,
(
playlist_t
*
p_playlist
,
playlist_item_t
*
p_node
)
);
VLC_EXPORT
(
playlist_item_t
*
,
playlist_GetNextLeaf
,
(
playlist_t
*
p_playlist
,
playlist_item_t
*
p_root
,
playlist_item_t
*
p_item
,
bool
b_ena
,
bool
b_unplayed
)
);
VLC_EXPORT
(
playlist_item_t
*
,
playlist_GetPrevLeaf
,
(
playlist_t
*
p_playlist
,
playlist_item_t
*
p_root
,
playlist_item_t
*
p_item
,
bool
b_ena
,
bool
b_unplayed
)
);
...
...
src/libvlccore.sym
View file @
2669219a
...
...
@@ -327,7 +327,6 @@ playlist_CurrentPlayingItem
playlist_DeleteFromInput
playlist_Export
playlist_GetNextLeaf
playlist_GetPreferredNode
playlist_GetPrevLeaf
playlist_Import
playlist_IsServicesDiscoveryLoaded
...
...
src/playlist/playlist_internal.h
View file @
2669219a
...
...
@@ -144,8 +144,6 @@ int playlist_DeleteFromInputInParent( playlist_t *, input_item_t *,
int
playlist_DeleteFromItemId
(
playlist_t
*
,
int
);
int
playlist_ItemRelease
(
playlist_item_t
*
);
void
playlist_NodesPairCreate
(
playlist_t
*
,
const
char
*
,
playlist_item_t
**
,
playlist_item_t
**
,
bool
);
int
playlist_NodeEmpty
(
playlist_t
*
,
playlist_item_t
*
,
bool
);
int
playlist_DeleteItem
(
playlist_t
*
p_playlist
,
playlist_item_t
*
,
bool
);
...
...
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