remove extras

This commit is contained in:
yggverse 2024-07-06 03:56:00 +03:00
parent c5b62addd4
commit b0b38581aa

View file

@ -28,19 +28,4 @@ class Header
$this->_subtitle
);
}
public function setTitle(
?string $title = null
): void
{
$this->gtk->set_title(
is_null($title) ? $this->_title : sprintf(
'%s - %s',
trim(
$title
),
$this->_title
)
);
}
}