From c001fe66330ad184df86342b23ee7b416dac6ad9 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 22 Oct 2015 00:20:09 +0300 Subject: [PATCH] Remove unused reset function --- SourceQuery/Buffer.php | 10 ---------- 1 file changed, 10 deletions(-) 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 *