Remove unused method

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

View File

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