Skip to content

Commit

Permalink
re move unused
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Mar 11, 2021
1 parent 5b4b6c7 commit 37aa88b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/plugins/maps_legacy/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ import type { IServiceSettings, MapsEmsPluginSetup, MapsEmsConfig } from '../../
* @public
*/

export const bindSetupCoreAndPlugins = (
core: CoreSetup,
config: MapsEmsConfig,
getServiceSettings: () => Promise<IServiceSettings>
) => {
setToasts(core.notifications.toasts);
setUiSettings(core.uiSettings);
setMapsEmsConfig(config);
setGetServiceSettings(getServiceSettings);
};

export interface MapsLegacySetupDependencies {
mapsEms: MapsEmsPluginSetup;
}
Expand Down

0 comments on commit 37aa88b

Please sign in to comment.