Skip to content

Commit e7e79c1

Browse files
remove cruft
1 parent 35b4604 commit e7e79c1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

x-pack/legacy/plugins/maps/public/layers/styles/vector/vector_style.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import _ from 'lodash';
88
import React from 'react';
9-
import { i18n } from '@kbn/i18n';
109
import { VectorStyleEditor } from './components/vector_style_editor';
1110
import { getDefaultProperties, vectorStyles } from './vector_style_defaults';
1211
import { AbstractStyle } from '../abstract_style';
@@ -45,14 +44,6 @@ export class VectorStyle extends AbstractStyle {
4544
return getDefaultProperties(mapColors);
4645
}
4746

48-
static getDisplayName() {
49-
return i18n.translate('xpack.maps.style.vector.displayNameLabel', {
50-
defaultMessage: 'Vector style'
51-
});
52-
}
53-
54-
static description = '';
55-
5647
constructor(descriptor = {}, source, layer) {
5748
super();
5849
this._source = source;

0 commit comments

Comments
 (0)