mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 13:41:34 +00:00
remove setters not in use
This commit is contained in:
parent
7f54685876
commit
44a4e0ce53
@ -417,15 +417,6 @@ Glib::ustring Page::get_description()
|
|||||||
return description;
|
return description;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Setters
|
|
||||||
void Page::set_navbar_request_text(
|
|
||||||
const Glib::ustring & VALUE
|
|
||||||
) {
|
|
||||||
pageNavigation->set_request_text(
|
|
||||||
VALUE
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Database model
|
// Database model
|
||||||
int Page::DB::SESSION::init(
|
int Page::DB::SESSION::init(
|
||||||
sqlite3 * db
|
sqlite3 * db
|
||||||
|
@ -143,11 +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();
|
||||||
|
|
||||||
// Setters
|
|
||||||
void set_navbar_request_text(
|
|
||||||
const Glib::ustring & VALUE
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user