Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
ed96db3f
Commit
ed96db3f
authored
Mar 29, 2009
by
Avuton Olrich
Committed by
Max Kellermann
Mar 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
player_control: remove unused function playerCurrentDecodeSong().
parent
6405db93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
player_control.c
src/player_control.c
+0
-7
player_control.h
src/player_control.h
+0
-3
No files found.
src/player_control.c
View file @
ed96db3f
...
...
@@ -268,10 +268,3 @@ double getPlayerTotalPlayTime(void)
{
return
pc
.
total_play_time
;
}
/* this actually creates a dupe of the current metadata */
struct
song
*
playerCurrentDecodeSong
(
void
)
{
return
NULL
;
}
src/player_control.h
View file @
ed96db3f
...
...
@@ -149,9 +149,6 @@ player_get_audio_format(void)
return
&
pc
.
audio_format
;
}
struct
song
*
playerCurrentDecodeSong
(
void
);
void
playerInit
(
void
);
#endif
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