ENH get rid of dead config bits

This commit is contained in:
Nathan Dwarshuis 2022-08-16 23:53:45 -04:00
parent 554a8ced0d
commit 1f1e10ad94
1 changed files with 2 additions and 7 deletions

View File

@ -152,13 +152,8 @@ let Font =
} }
let PlotGeometry = let PlotGeometry =
{ Type = { Type = { seconds : Natural, ticks_x : Natural }
{ spacing : Natural , default = { seconds = 90, ticks_x = 9 }
, height : Natural
, seconds : Natural
, ticks_x : Natural
}
, default = { seconds = 90, ticks_x = 9, height = 56, spacing = 20 }
} }
let TableGeometry = let TableGeometry =