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
a53047af
Commit
a53047af
authored
Sep 10, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
audio: removed isAudioDeviceOpen()
The function isAudioDeviceOpen() is never used.
parent
d9254369
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
audio.c
src/audio.c
+0
-5
audio.h
src/audio.h
+0
-2
No files found.
src/audio.c
View file @
a53047af
...
...
@@ -345,11 +345,6 @@ int playAudio(const char *playChunk, size_t size)
return
0
;
}
int
isAudioDeviceOpen
(
void
)
{
return
audioOpened
;
}
void
dropBufferedAudio
(
void
)
{
unsigned
int
i
;
...
...
src/audio.h
View file @
a53047af
...
...
@@ -49,8 +49,6 @@ void dropBufferedAudio(void);
void
closeAudioDevice
(
void
);
int
isAudioDeviceOpen
(
void
);
int
isCurrentAudioFormat
(
const
struct
audio_format
*
audioFormat
);
void
sendMetadataToAudioDevice
(
const
struct
tag
*
tag
);
...
...
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