diff --git a/SourceQuery/Buffer.php b/SourceQuery/Buffer.php index 854140b..f9ecb0e 100644 --- a/SourceQuery/Buffer.php +++ b/SourceQuery/Buffer.php @@ -56,16 +56,6 @@ $this->Position = 0; } - /** - * Resets buffer - */ - public function Reset( ) - { - $this->Buffer = ""; - $this->Length = 0; - $this->Position = 0; - } - /** * Get remaining bytes *