remove getters not in use

This commit is contained in:
yggverse 2024-09-12 01:30:14 +03:00
parent ce45323072
commit 7f54685876
2 changed files with 0 additions and 13 deletions

View File

@ -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

View File

@ -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(