mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25: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;
|
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…
Add table
Add a link
Reference in a new issue