clean up some todo comments in grid

This commit is contained in:
Darren Schroeder
2021-10-14 08:03:20 -05:00
parent 68b7aa9470
commit fdf6bbb6fc
2 changed files with 0 additions and 97 deletions

View File

@@ -312,7 +312,6 @@ impl Grid {
}
fn theoretical_max_num_lines(&self, maximum_width: usize) -> usize {
// TODO: Make code readable / efficient.
let mut theoretical_min_num_cols = 0;
let mut col_total_width_so_far = 0;