Skip to content

Commit

Permalink
Chore: shapeAdditions disused; cleaning up state.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
monfera committed Feb 14, 2019
1 parent 28e3aa3 commit 28135fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion x-pack/plugins/canvas/public/lib/aeroelastic_kibana.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const aeroelastic = {
stores.set(page, state.createStore(initialState, onChangeCallback));

const updateScene = state.select((nextScene, primaryUpdate) => ({
shapeAdditions: nextScene.shapes,
primaryUpdate,
currentScene: nextScene,
configuration: nextScene.configuration,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ export const aeroelastic = ({ dispatch, getState }) => {
const createStore = page =>
aero.createStore(
{
shapeAdditions: [],
primaryUpdate: null,
currentScene: { shapes: [] },
configuration: aeroelasticConfiguration,
Expand Down

0 comments on commit 28135fe

Please sign in to comment.