mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 13:41:34 +00:00
remove getters not in use
This commit is contained in:
parent
ce45323072
commit
7f54685876
@ -417,16 +417,6 @@ Glib::ustring Page::get_description()
|
|||||||
return description;
|
return description;
|
||||||
}
|
}
|
||||||
|
|
||||||
double Page::get_progress_fraction()
|
|
||||||
{
|
|
||||||
return progress_fraction;
|
|
||||||
}
|
|
||||||
|
|
||||||
Glib::ustring Page::get_navigation_request_text()
|
|
||||||
{
|
|
||||||
return pageNavigation->get_request_text();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Setters
|
// Setters
|
||||||
void Page::set_navbar_request_text(
|
void Page::set_navbar_request_text(
|
||||||
const Glib::ustring & VALUE
|
const Glib::ustring & VALUE
|
||||||
|
@ -143,9 +143,6 @@ namespace app::browser::main::tab
|
|||||||
MIME get_mime();
|
MIME get_mime();
|
||||||
Glib::ustring get_title();
|
Glib::ustring get_title();
|
||||||
Glib::ustring get_description();
|
Glib::ustring get_description();
|
||||||
double get_progress_fraction();
|
|
||||||
|
|
||||||
Glib::ustring get_navigation_request_text();
|
|
||||||
|
|
||||||
// Setters
|
// Setters
|
||||||
void set_navbar_request_text(
|
void set_navbar_request_text(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user