mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove deprecated arguments
This commit is contained in:
parent
55f1680f8b
commit
a1e63346ad
5 changed files with 6 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue