ENH get rid of dead config bits
This commit is contained in:
parent
554a8ced0d
commit
1f1e10ad94
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue