clean up extras

This commit is contained in:
yggverse 2024-08-01 18:40:13 +03:00
parent cd2e769f14
commit 2fa95c2ed3
3 changed files with 6 additions and 9 deletions

View file

@ -16,9 +16,6 @@ abstract class Markup
// Dependencies
public Content $content;
// Extras
protected ?string $_source = null;
public function __construct(
Content $content
) {
@ -113,9 +110,9 @@ abstract class Markup
GdkEvent $event
): bool
{
/* @TODO Gtk::timeout_add
/* @TODO unstable solution
$this->set(
$this->_source
// source
); */
return false;