Skip to content

Commit

Permalink
Deleted unused components in exploreV2 (#1613)
Browse files Browse the repository at this point in the history
* Deleted unused components in exploreV2

* Deleted constants.js
  • Loading branch information
vera-liu authored Nov 16, 2016
1 parent 51cb485 commit 811ee8c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 513 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ export function setFieldOptions(options) {
return { type: SET_FIELD_OPTIONS, options };
}

export const CLEAR_ALL_OPTS = 'CLEAR_ALL_OPTS';
export function clearAllOpts() {
return { type: CLEAR_ALL_OPTS };
}

export const SET_DATASOURCE_TYPE = 'SET_DATASOURCE_TYPE';
export function setDatasourceType(datasourceType) {
return { type: SET_DATASOURCE_TYPE, datasourceType };
Expand Down
89 changes: 0 additions & 89 deletions superset/assets/javascripts/explorev2/components/ChartControl.jsx

This file was deleted.

68 changes: 0 additions & 68 deletions superset/assets/javascripts/explorev2/components/GroupBy.jsx

This file was deleted.

68 changes: 0 additions & 68 deletions superset/assets/javascripts/explorev2/components/NotGroupBy.jsx

This file was deleted.

61 changes: 0 additions & 61 deletions superset/assets/javascripts/explorev2/components/Options.jsx

This file was deleted.

74 changes: 0 additions & 74 deletions superset/assets/javascripts/explorev2/components/SelectArray.jsx

This file was deleted.

Loading

0 comments on commit 811ee8c

Please sign in to comment.