Remove unused reset function

pull/94/head
Pavel Djundik 9 years ago
parent 419f66ff72
commit c001fe6633

@ -56,16 +56,6 @@
$this->Position = 0; $this->Position = 0;
} }
/**
* Resets buffer
*/
public function Reset( )
{
$this->Buffer = "";
$this->Length = 0;
$this->Position = 0;
}
/** /**
* Get remaining bytes * Get remaining bytes
* *

Loading…
Cancel
Save