Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Apr 27, 2020
1 parent 785f861 commit 26404fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x-pack/plugins/maps/public/layers/layer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export interface ILayer {
isLayerLoading(): boolean;
hasErrors(): boolean;
getErrors(): string;
toLayerDescriptor(): LayerDescriptor;
getMbLayerIds(): string[];
ownsMbLayerId(mbLayerId: string): boolean;
ownsMbSourceId(mbSourceId: string): boolean;
Expand Down Expand Up @@ -413,10 +412,6 @@ export class AbstractLayer implements ILayer {
: '';
}

toLayerDescriptor(): LayerDescriptor {
return this._descriptor;
}

async syncData(syncContext: SyncContext) {
// no-op by default
}
Expand Down

0 comments on commit 26404fc

Please sign in to comment.