mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra actions
This commit is contained in:
parent
39ed3edbb9
commit
b522e6b2a0
12 changed files with 8 additions and 129 deletions
|
|
@ -184,16 +184,6 @@ void Page::update()
|
|||
);
|
||||
}
|
||||
|
||||
void Page::update(
|
||||
const Glib::ustring & URI
|
||||
) {
|
||||
// Update children components
|
||||
pageNavigation->update(
|
||||
URI,
|
||||
progress_fraction
|
||||
);
|
||||
}
|
||||
|
||||
void Page::navigation_reload(
|
||||
const bool & ADD_HISTORY
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue