Skip to content

Commit

Permalink
Remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Nov 6, 2020
1 parent a6f8a93 commit a886302
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/core/core.datasetController.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,20 +565,6 @@ export default class DatasetController {
return this._cachedMeta._parsed[index];
}

/**
* @protected
*/
getDatasetElement() {
return this._cachedMeta.dataset;
}

/**
* @protected
*/
getDataElement(index) {
return this._cachedMeta.data[index];
}

/**
* @protected
*/
Expand Down

0 comments on commit a886302

Please sign in to comment.