Remove old state

pull/10616/head
Andrew Watkins 2017-04-25 13:36:39 -07:00
parent c7e957ee36
commit 6f8c1d65de
1 changed files with 0 additions and 6 deletions

View File

@ -10,11 +10,6 @@ import {Table, Column, Cell} from 'fixed-data-table'
const {arrayOf, func, number, oneOfType, shape, string} = PropTypes
const emptyCells = {
columns: [],
values: [],
}
const defaultTableHeight = 1000
const CustomCell = React.createClass({
@ -51,7 +46,6 @@ const ChronoTable = React.createClass({
getInitialState() {
return {
series: [],
cellData: emptyCells,
columnWidths: {},
}
},