Remove unused getBuffer, also it is available upstream

This commit is contained in:
Michal Čihař 2011-08-10 14:36:08 +02:00
parent 7882f75085
commit 0350930060

View File

@ -65,14 +65,6 @@ class PMA_Schema_PDF extends PMA_PDF
parent::_putpages();
}
/**
* Getter for protected buffer.
*/
public function getBuffer()
{
return $this->buffer;
}
/**
* Sets the scaling factor, defines minimum coordinates and margins
*