summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deadbeef.h b/deadbeef.h
index c4797f75..03e83d87 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -198,9 +198,6 @@ typedef struct DB_decoder_s {
// read is called by streamer to decode specified number of bytes
// must return number of bytes that were successfully decoded (sample aligned)
-
-// // dummy function ptr
-// int (*read) (char *buffer, int size);
// read_int16 must always output 16 bit signed integer samples
int (*read_int16) (char *buffer, int size);