diff --git a/src/Entity/Browser/Container/Page/Content/Data.php b/src/Entity/Browser/Container/Page/Content/Data.php index 3791c3c3..a2d063f2 100644 --- a/src/Entity/Browser/Container/Page/Content/Data.php +++ b/src/Entity/Browser/Container/Page/Content/Data.php @@ -97,17 +97,6 @@ class Data public function setPlain( string $value ): void - { - $this->gtk->set_text( - $value - ); - - $this->raw = $value; - } - - public function setMono( - string $value - ): void { $this->gtk->set_markup( sprintf(