mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove getters not in use
This commit is contained in:
parent
ce45323072
commit
7f54685876
2 changed files with 0 additions and 13 deletions
|
|
@ -417,16 +417,6 @@ Glib::ustring Page::get_description()
|
|||
return description;
|
||||
}
|
||||
|
||||
double Page::get_progress_fraction()
|
||||
{
|
||||
return progress_fraction;
|
||||
}
|
||||
|
||||
Glib::ustring Page::get_navigation_request_text()
|
||||
{
|
||||
return pageNavigation->get_request_text();
|
||||
}
|
||||
|
||||
// Setters
|
||||
void Page::set_navbar_request_text(
|
||||
const Glib::ustring & VALUE
|
||||
|
|
|
|||
|
|
@ -143,9 +143,6 @@ namespace app::browser::main::tab
|
|||
MIME get_mime();
|
||||
Glib::ustring get_title();
|
||||
Glib::ustring get_description();
|
||||
double get_progress_fraction();
|
||||
|
||||
Glib::ustring get_navigation_request_text();
|
||||
|
||||
// Setters
|
||||
void set_navbar_request_text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue