Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Impl/ContentType/IFilePathRegistryService.cs')
-rw-r--r--src/Core/Impl/ContentType/IFilePathRegistryService.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Core/Impl/ContentType/IFilePathRegistryService.cs b/src/Core/Impl/ContentType/IFilePathRegistryService.cs
deleted file mode 100644
index 451d95c..0000000
--- a/src/Core/Impl/ContentType/IFilePathRegistryService.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License. See License.txt in the project root for license information.
-//
-
-namespace Microsoft.VisualStudio.Utilities
-{
- public interface IFilePathRegistryService
- {
- IContentType GetContentTypeForPath(string filePath);
- }
-}