aboutsummaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.hh b/src/common.hh
index 971dca2..8e0cac7 100644
--- a/src/common.hh
+++ b/src/common.hh
@@ -245,7 +245,6 @@ struct TWriteStream {
struct TWriteBuffer: TWriteStream {
TWriteBuffer(uint8 *Data, int Size);
- void reset(void) { this->Position = 0; }
// VIRTUAL FUNCTIONS
// =================