Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 1694f81

Browse files
authored
Merge pull request #9 from xamarin/revert-8-fsharp-editor-pyro
Revert "[VSMac] Update for the Pyro API changes"
2 parents 3e07e07 + a8b5163 commit 1694f81

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vsintegration/src/FSharp.Editor/VSMac/FSharpPathedDocumentExtension.fs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,6 @@ type internal FSharpPathedDocumentExtension(projectInfoManager: FSharpProjectOpt
228228
interface IPathedDocument with
229229
member x.CurrentPath = currentPath
230230

231-
member x.DataProviderForIndex(index) =
232-
let path = (x :> IPathedDocument).CurrentPath
233-
if path = null || index < 0 || index >= path.Length then null else
234-
let tag = path.[index].Tag
235-
FSharpDataProvider(x, tag, view) :> _
236-
237231
member x.CreatePathWidget(index) =
238232
let path = (x :> IPathedDocument).CurrentPath
239233
if path = null || index < 0 || index >= path.Length then null else

0 commit comments

Comments
 (0)