gardesk/gartop / cf5594f

Browse files

Remove unused re-exports from gui module

Authored by espadonne
SHA
cf5594f6972cbf53d5aa84d5c42783814f9a4394
Parents
e505293
Tree
dd9bbab

1 changed file

StatusFile+-
M gartop/src/gui/mod.rs 0 3
gartop/src/gui/mod.rsmodified
@@ -8,9 +8,6 @@ mod tabs;
88
 pub mod theme;
99
 
1010
 pub use app::App;
11
-pub use graph::{DataSeries, LineGraph};
12
-pub use process_list::ProcessList;
13
-pub use tabs::{Tab, TabBar, TAB_BAR_HEIGHT};
1411
 
1512
 use crate::config::GuiConfig;
1613
 use anyhow::Result;