From 8082c228c5d618e6f865f76b4d0518c2fde573ec Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 15 Aug 2025 15:48:19 -0300 Subject: wrapping up for a public release --- src/common.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common.hh') 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 // ================= -- cgit v1.2.3