ENH get rid of dead config bits
This commit is contained in:
parent
554a8ced0d
commit
1f1e10ad94
|
@ -152,13 +152,8 @@ let Font =
|
|||
}
|
||||
|
||||
let PlotGeometry =
|
||||
{ Type =
|
||||
{ spacing : Natural
|
||||
, height : Natural
|
||||
, seconds : Natural
|
||||
, ticks_x : Natural
|
||||
}
|
||||
, default = { seconds = 90, ticks_x = 9, height = 56, spacing = 20 }
|
||||
{ Type = { seconds : Natural, ticks_x : Natural }
|
||||
, default = { seconds = 90, ticks_x = 9 }
|
||||
}
|
||||
|
||||
let TableGeometry =
|
||||
|
|
Loading…
Reference in New Issue