remove unused const

This commit is contained in:
yggverse 2025-02-15 00:57:22 +02:00
parent 931c02bed4
commit 2933e5b0d6

View File

@ -1,5 +1,4 @@
const DEFAULT: &str = "-";
const WIDTH: i32 = 360;
pub trait Column {
fn icon() -> Self;