From a8b51635afddb78eaaeda383878a6dd2d16a082b Mon Sep 17 00:00:00 2001 From: Jason Imison Date: Mon, 22 Mar 2021 09:27:05 +0000 Subject: [PATCH] Revert "[VSMac] Update for the Pyro API changes" --- .../FSharp.Editor/VSMac/FSharpPathedDocumentExtension.fs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vsintegration/src/FSharp.Editor/VSMac/FSharpPathedDocumentExtension.fs b/vsintegration/src/FSharp.Editor/VSMac/FSharpPathedDocumentExtension.fs index b71d7e2cc8c..ec81442fbe4 100644 --- a/vsintegration/src/FSharp.Editor/VSMac/FSharpPathedDocumentExtension.fs +++ b/vsintegration/src/FSharp.Editor/VSMac/FSharpPathedDocumentExtension.fs @@ -228,12 +228,6 @@ type internal FSharpPathedDocumentExtension(projectInfoManager: FSharpProjectOpt interface IPathedDocument with member x.CurrentPath = currentPath - member x.DataProviderForIndex(index) = - let path = (x :> IPathedDocument).CurrentPath - if path = null || index < 0 || index >= path.Length then null else - let tag = path.[index].Tag - FSharpDataProvider(x, tag, view) :> _ - member x.CreatePathWidget(index) = let path = (x :> IPathedDocument).CurrentPath if path = null || index < 0 || index >= path.Length then null else