diff --git a/assets/src/scripts/monitoring-location/selectors/hydrograph-parameters-selector.js b/assets/src/scripts/monitoring-location/selectors/hydrograph-parameters-selector.js index 16b279c0613067eb11d58dd03520a562a3a35016..2f03093ad6de7f7f8c95a25f0da2fa06e9668590 100644 --- a/assets/src/scripts/monitoring-location/selectors/hydrograph-parameters-selector.js +++ b/assets/src/scripts/monitoring-location/selectors/hydrograph-parameters-selector.js @@ -7,8 +7,6 @@ import {getSelectedParameterCode} from 'ml/selectors/hydrograph-state-selector'; */ export const getHydrographParameters = state => state.hydrographParameters || {}; -export const getParameterName = (state, parameterCode) => state.hydrographParameters[parameterCode]['name'] || ''; - /* * Returns a selector function which returns the most recently reported value for the primary parameter * @return {function}