Remove unused stream methods
They were accidentally left unused in fbad8a9 so they haven't been used in some time.
This commit is contained in:
committed by
Lauri Kasanen
parent
c97828471c
commit
910fd8fa3e
@@ -47,7 +47,6 @@ namespace rdr {
|
||||
void setBlockCallback(FdInStreamBlockCallback* blockCallback);
|
||||
int getFd() { return fd; }
|
||||
size_t pos();
|
||||
void readBytes(void* data, size_t length);
|
||||
|
||||
void startTiming();
|
||||
void stopTiming();
|
||||
|
||||
Reference in New Issue
Block a user