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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUngureanu Marius <teromario@yahoo.com>2014-04-07 13:08:16 +0400
committerUngureanu Marius <teromario@yahoo.com>2014-04-07 13:09:09 +0400
commite6cab3b6a917d5b3b587e63537d950cc865b0151 (patch)
tree79337a6804a49a495ed4c2281cf3d136f54d8e2d /main/src/core/MonoDevelop.Core
parent1a8f4d54f1e6e402074ee4f15af643f72f53a684 (diff)
[API] Remove more obsolete API.
Diffstat (limited to 'main/src/core/MonoDevelop.Core')
-rw-r--r--main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MSBuildFileFormat.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MSBuildFileFormat.cs b/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MSBuildFileFormat.cs
index 272b7101a9..663c28e5a5 100644
--- a/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MSBuildFileFormat.cs
+++ b/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MSBuildFileFormat.cs
@@ -162,10 +162,6 @@ namespace MonoDevelop.Projects.Formats.MSBuild
return new List<FilePath> ();
}
- public void InitializeSolutionItem (SolutionItem item)
- {
- }
-
public void ConvertToFormat (object obj)
{
if (obj == null)