Remove unused re-exports from gui module
- SHA
cf5594f6972cbf53d5aa84d5c42783814f9a4394- Parents
-
e505293 - Tree
dd9bbab
cf5594f
cf5594f6972cbf53d5aa84d5c42783814f9a4394e505293
dd9bbab| Status | File | + | - |
|---|---|---|---|
| M |
gartop/src/gui/mod.rs
|
0 | 3 |
gartop/src/gui/mod.rsmodified@@ -8,9 +8,6 @@ mod tabs; | ||
| 8 | 8 | pub mod theme; |
| 9 | 9 | |
| 10 | 10 | 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}; | |
| 14 | 11 | |
| 15 | 12 | use crate::config::GuiConfig; |
| 16 | 13 | use anyhow::Result; |