Skip to content

Commit

Permalink
remove unused method added to es_tooltip_property
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 18, 2020
1 parent 52a71c8 commit 844037b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ export class ESTooltipProperty implements ITooltipProperty {
this._field = field;
}

getIndexPattern(): IndexPattern {
return this._indexPattern;
}

getPropertyKey(): string {
return this._tooltipProperty.getPropertyKey();
}
Expand Down

0 comments on commit 844037b

Please sign in to comment.