diff options
| author | Brandon Low <lostlogic@rockbox.org> | 2007-11-03 21:48:08 +0000 |
|---|---|---|
| committer | Brandon Low <lostlogic@rockbox.org> | 2007-11-03 21:48:08 +0000 |
| commit | c2e1cc1e392e819747d1a2ea171937bb530693ea (patch) | |
| tree | 3152814f32da2257374dd5ed7aecc1c7c04b54a5 /apps/buffering.h | |
| parent | 19eae2bd9b38bd42fd3a98da5d4d670d1c0a1694 (diff) | |
| download | rockbox-c2e1cc1e392e819747d1a2ea171937bb530693ea.zip rockbox-c2e1cc1e392e819747d1a2ea171937bb530693ea.tar.gz rockbox-c2e1cc1e392e819747d1a2ea171937bb530693ea.tar.bz2 rockbox-c2e1cc1e392e819747d1a2ea171937bb530693ea.tar.xz | |
Revert recent changes that are broken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15439 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/buffering.h')
| -rw-r--r-- | apps/buffering.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/buffering.h b/apps/buffering.h index 2542734..e6b99d3 100644 --- a/apps/buffering.h +++ b/apps/buffering.h @@ -65,7 +65,6 @@ bool buffering_reset(char *buf, size_t buflen); * amount of data is ready (unless EOF is reached). ****************************************************************************/ -#define BUF_HANDLE_ID_MASK 0x7FFFFFFF #define BUF_MAX_HANDLES 256 int bufopen(const char *file, size_t offset, enum data_type type); |