Skip to content

Commit

Permalink
#4675 Remove unused code (#10442)
Browse files Browse the repository at this point in the history
* #4675 Remove unused code

* remove additional code from review

* fix tests folder

* remove additional unused files
  • Loading branch information
allyoucanmap authored Oct 14, 2024
1 parent 8e63948 commit 554aa9b
Show file tree
Hide file tree
Showing 196 changed files with 1 addition and 19,911 deletions.
12 changes: 1 addition & 11 deletions build/docma-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,9 @@
"web/client/components/data/featuregrid/editors/NumberEditor.jsx",
"web/client/components/data/identify/GeocodeViewer.jsx",
"web/client/components/data/identify/IdentifyContainer.jsx",
"web/client/components/data/query/AutocompleteField.jsx",
"web/client/components/data/query/AutocompleteFieldHOC.jsx",
"web/client/components/map/leaflet/DrawSupport.jsx",
"web/client/components/plugins/PluginsContainer.jsx",
"web/client/components/mapcontrols/annotations/Annotations.jsx",
"web/client/components/mapcontrols/annotations/AnnotationsEditor.jsx",
"web/client/components/mapcontrols/annotations/AnnotationsConfig.js",
"web/client/components/misc/cardgrids/SideCard.jsx",
"web/client/components/misc/cardgrids/SideGrid.jsx",
"web/client/components/misc/enhancers/emptyState.jsx",
Expand All @@ -135,7 +132,6 @@
"web/client/components/misc/panels/DockablePanel.jsx",
"web/client/components/misc/panels/DockPanel.jsx",
"web/client/components/misc/panels/PanelHeader.jsx",
"web/client/components/misc/sidebar/Sidebar.jsx",
"web/client/components/misc/toolbar/Toolbar.jsx",
"web/client/components/misc/transfer/Transfer.jsx",
"web/client/components/misc/EmptyView.jsx",
Expand All @@ -152,7 +148,6 @@
"web/client/actions/index.jsdoc",
"web/client/actions/controls.js",
"web/client/actions/fullscreen.js",
"web/client/actions/globeswitcher.js",
"web/client/actions/maplayout.js",
"web/client/actions/map.js",
"web/client/actions/maps.js",
Expand All @@ -171,7 +166,6 @@
"web/client/reducers/index.jsdoc",
"web/client/reducers/controls.js",
"web/client/reducers/featuregrid.js",
"web/client/reducers/globeswitcher.js",
"web/client/reducers/mapInfo.js",
"web/client/reducers/maps.js",
"web/client/reducers/maptype.js",
Expand All @@ -186,7 +180,6 @@
"web/client/epics/featuregrid.js",
"web/client/epics/feedbackMask.js",
"web/client/epics/fullscreen.js",
"web/client/epics/globeswitcher.js",
"web/client/epics/maplayout.js",
"web/client/epics/maptype.js",
"web/client/epics/notifications.js",
Expand Down Expand Up @@ -270,8 +263,6 @@
"web/client/plugins/MapTemplates.jsx",
"web/client/plugins/MapViews.jsx",
"web/client/plugins/Measure.jsx",
"web/client/plugins/MeasurePanel.jsx",
"web/client/plugins/MeasureResults.jsx",
"web/client/plugins/MediaEditor.jsx",
"web/client/plugins/MetadataExplorer.jsx",
"web/client/plugins/MetadataInfo/index.jsx",
Expand Down Expand Up @@ -306,7 +297,6 @@
"web/client/plugins/Tutorial.jsx",
"web/client/plugins/UserExtensions.jsx",
"web/client/plugins/UserSession.jsx",
"web/client/plugins/Version.jsx",
"web/client/plugins/LayerDownload.jsx",
"web/client/plugins/Widgets.jsx",
"web/client/plugins/WidgetsBuilder.jsx",
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@
"@turf/point-on-surface": "4.1.0",
"@turf/polygon-to-linestring": "4.1.0",
"@znemz/cesium-navigation": "4.0.0",
"ag-grid-community": "20.2.0",
"ag-grid-react": "20.2.0",
"assert": "2.0.0",
"axios": "0.28.1",
"b64-to-blob": "1.2.19",
Expand All @@ -165,7 +163,6 @@
"chroma-js": "1.3.7",
"classnames": "2.2.5",
"codemirror": "5.65.16",
"colorbrewer": "1.0.0",
"concurrently": "6.4.0",
"connected-react-router": "6.3.2",
"d3-format": "3.1.0",
Expand Down
315 changes: 0 additions & 315 deletions web/client/actions/__tests__/importer-test.js

This file was deleted.

Loading

0 comments on commit 554aa9b

Please sign in to comment.