Remove unused pub field.

This commit is contained in:
Jordan Petridis 2018-04-22 06:34:02 +03:00
parent a76e69e05d
commit 063bcbd0e5
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
2 changed files with 1 additions and 3 deletions

View File

@ -65,8 +65,6 @@ macro_rules! clone {
);
}
// They do not need to be public
// But it helps when looking at the generated docs.
mod stacks;
mod views;
mod widgets;

View File

@ -33,7 +33,7 @@ enum ListSplit {
#[derive(Debug, Clone)]
pub struct EpisodesView {
pub container: gtk::Box,
pub scrolled_window: gtk::ScrolledWindow,
scrolled_window: gtk::ScrolledWindow,
frame_parent: gtk::Box,
today_box: gtk::Box,
yday_box: gtk::Box,