From a57e83159baced6db23d588ceb8ce1e4c9e9dbe3 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 15 Jul 2024 17:46:49 +0300 Subject: [PATCH] remove deprecated setMono method --- src/Entity/Browser/Container/Page/Content/Data.php | 11 ----------- 1 file changed, 11 deletions(-) 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(