summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-30 13:16:05 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-30 13:16:05 +0200
commitcba797599ad58bc6f82eaa1af629398153e27f8b (patch)
tree63645b9e2e4274df2137f1da93272b40ac34d767 /deadbeef.h
parentae820c7dedfe8008d5da3f3d3c57c5ddc9ddb131 (diff)
port of SID decoder to plugin api WIP
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);