Skip to content

Commit 03b7b68

Browse files
authored
Merge 778b395 into 8aba163
2 parents 8aba163 + 778b395 commit 03b7b68

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/visualizer/methods/bar_table.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use super::{NodeInfo, TreeColumnWidth, TreeRow, TreeTable};
1+
use super::{NodeInfo, TreeRow, TreeTable};
22
use crate::{size::Size, visualizer::ProportionBar};
33
use assert_cmp::debug_assert_op;
44
use derive_more::{Deref, DerefMut};
@@ -12,13 +12,6 @@ pub(super) struct BarRow<Name, NodeData> {
1212
pub(super) proportion_bar: ProportionBar,
1313
}
1414

15-
#[derive(Default, Clone, Copy, Deref, DerefMut)]
16-
pub(super) struct BarColumnWidth {
17-
#[deref]
18-
#[deref_mut]
19-
pub(super) tree_column_width: TreeColumnWidth,
20-
}
21-
2215
pub(super) fn render_bars<'a, Name, Data>(
2316
tree_table: TreeTable<&'a Name, Data>,
2417
total: u64,

0 commit comments

Comments
 (0)