summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Angus <tim@blackcompanystudios.co.uk>2011-10-14 17:29:49 +0100
committerTim Angus <tim@blackcompanystudios.co.uk>2011-10-14 17:29:49 +0100
commit6d183e934557bdc448506d45d644d3063afa935e (patch)
tree41b65bc3952f47b5f54a02199ef2e512f10df6e7 /include
parenta8920aa67892d1fa97c23a5fcc3763d3d00d5928 (diff)
* Android's InputStream::skip is apparently buggy, so instead read into a dummy buffer
Diffstat (limited to 'include')
-rw-r--r--include/SDL_rwops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/SDL_rwops.h b/include/SDL_rwops.h
index 48824f43..d260f959 100644
--- a/include/SDL_rwops.h
+++ b/include/SDL_rwops.h
@@ -89,7 +89,6 @@ typedef struct SDL_RWops
void *fileNameRef;
void *inputStream;
void *inputStreamRef;
- void *skipMethod;
void *readableByteChannel;
void *readableByteChannelRef;
void *readMethod;