Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Remove unused API methods (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe committed Nov 10, 2017
1 parent 80de529 commit c4b3ce4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions definitions/Oni.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,6 @@ declare namespace Oni {
}
}

export interface FormattingEditsResponse {
filePath: string
version: number
edits: any[]
}

export interface Api extends EventEmitter {
automation: Automation.Api
configuration: Configuration
Expand All @@ -291,10 +285,6 @@ declare namespace Oni {
statusBar: StatusBar
workspace: Workspace
}

export interface LanguageService {
getFormattingEdits?(position: EventContext): Promise<FormattingEditsResponse>
}
}
}

Expand Down

0 comments on commit c4b3ce4

Please sign in to comment.