summaryrefslogtreecommitdiff
path: root/audio/maplay/files/patch-ibitstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/maplay/files/patch-ibitstream.h')
-rw-r--r--audio/maplay/files/patch-ibitstream.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/maplay/files/patch-ibitstream.h b/audio/maplay/files/patch-ibitstream.h
deleted file mode 100644
index 8da2fbf03bb9..000000000000
--- a/audio/maplay/files/patch-ibitstream.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- ibitstream.h.orig 1994-06-23 12:14:40 UTC
-+++ ibitstream.h
-@@ -43,10 +43,10 @@ public:
- ~Ibitstream (void);
- int filedescriptor (void) { return fd; };
-
-- bool get_header (uint32 *);
-+ boolean get_header (uint32 *);
- // get next 32 bits from bitstream in an unsigned int,
- // returned value False => end of stream
-- bool read_frame (uint32 bytesize);
-+ boolean read_frame (uint32 bytesize);
- // fill buffer with data from bitstream, returned value False => end of stream
- uint32 get_bits (uint32 number_of_bits);
- // read bits (1 <= number_of_bits <= 16) from buffer into the lower bits