remove deprecated constructions

This commit is contained in:
yggverse 2024-07-18 11:22:54 +03:00
parent c1c5ad08be
commit 30b386dd44
2 changed files with 0 additions and 4 deletions

View file

@ -15,8 +15,6 @@ class Gemtext extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Cont
bool $preformatted = false
): void
{
$this->_source = $value;
$document = new Document(
$value
);

View file

@ -10,8 +10,6 @@ class Plain extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Conten
string $value
): void
{
$this->_source = $value;
$this->gtk->set_markup(
sprintf(
'<tt>%s</tt>',