aboutsummaryrefslogtreecommitdiffstats
path: root/src/cell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cell.rs')
-rw-r--r--src/cell.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cell.rs b/src/cell.rs
index 3c92076..da6c86f 100644
--- a/src/cell.rs
+++ b/src/cell.rs
@@ -8,11 +8,6 @@ pub struct Cell {
}
impl Cell {
- /// Creates a new cell.
- pub fn new() -> Self {
- Self::default()
- }
-
pub(crate) fn set(&mut self, c: String, a: crate::attrs::Attrs) {
self.contents = c;
self.attrs = a;