mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove extra actions
This commit is contained in:
parent
39ed3edbb9
commit
b522e6b2a0
12 changed files with 8 additions and 129 deletions
|
|
@ -168,15 +168,6 @@ void Main::update()
|
|||
);
|
||||
};
|
||||
|
||||
void Main::update(
|
||||
const Glib::ustring & URI
|
||||
) {
|
||||
mainTab->update(
|
||||
mainTab->get_current_page(),
|
||||
URI
|
||||
);
|
||||
};
|
||||
|
||||
// Getters
|
||||
Glib::ustring Main::get_tab_page_title()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue