mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
clean up extras
This commit is contained in:
parent
cd2e769f14
commit
2fa95c2ed3
3 changed files with 6 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue