Skip to content

Commit 5949216

Browse files
committed
🚨 remove dead code
1 parent cf343c6 commit 5949216

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/y_axis.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ impl YAxis {
1010
pub const CHAR_PRECISION: i64 = 6;
1111
pub const DEC_PRECISION: i64 = 2;
1212
pub const MARGIN_RIGHT: i64 = 4;
13-
pub const PRECISION: i64 = 2;
1413

1514
pub const WIDTH: i64 = YAxis::CHAR_PRECISION
1615
+ YAxis::MARGIN_RIGHT

0 commit comments

Comments
 (0)