remove deprecated arguments

This commit is contained in:
yggverse 2024-09-08 04:46:00 +03:00
parent 55f1680f8b
commit a1e63346ad
5 changed files with 6 additions and 21 deletions

View file

@ -49,13 +49,9 @@ void Tab::refresh(
}
void Tab::append(
const Glib::ustring & TITLE,
const Glib::ustring & SUBTITLE,
const bool & FOCUS
) {
auto tabPage = new tab::Page(
TITLE,
SUBTITLE,
action__tab_page_navigation_history_back,
action__tab_page_navigation_history_forward,
action__tab_page_navigation_update