remove deprecated setMono method

This commit is contained in:
yggverse 2024-07-15 17:46:49 +03:00
parent 5c2aeec8cc
commit a57e83159b

View file

@ -97,17 +97,6 @@ class Data
public function setPlain( public function setPlain(
string $value string $value
): void ): void
{
$this->gtk->set_text(
$value
);
$this->raw = $value;
}
public function setMono(
string $value
): void
{ {
$this->gtk->set_markup( $this->gtk->set_markup(
sprintf( sprintf(