Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Removed unused providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Saalvage committed Aug 12, 2020
1 parent 4b107a9 commit b551dd4
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,367 deletions.
2 changes: 0 additions & 2 deletions CBRE.Editor/Editor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ private void EditorLoad(object sender, EventArgs e) {
}

TextureProvider.SetCachePath(SettingsManager.GetTextureCachePath());
MapProvider.Register(new RmfProvider());
MapProvider.Register(new MapFormatProvider());
MapProvider.Register(new VmfProvider());
MapProvider.Register(new L3DWProvider());
GameDataProvider.Register(new FgdProvider());
Expand Down
6 changes: 0 additions & 6 deletions CBRE.Editor/Settings/FileTypeRegistration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ public static FileType[] GetSupportedExtensions()
return new[]
{
new FileType(".vmf", "Valve Map File", true, true),
new FileType(".rmf", "Worldcraft RMF", true, true),
new FileType(".map", "Quake MAP Format", true, true),
new FileType(".3dw", "Leadwerks 3D World Studio File", false, true),

new FileType(".rmx", "Worldcraft RMF (Hammer Backup)", false, true),
new FileType(".max", "Quake MAP Format (Hammer Backup)", false, true),
new FileType(".vmx", "Valve Map File (Hammer Backup)", false, true)
};
}

Expand Down
5 changes: 0 additions & 5 deletions CBRE.Providers/CBRE.Providers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<Compile Include="GenericStructure.cs" />
<Compile Include="BinaryExtensions.cs" />
<Compile Include="Map\L3DWProvider.cs" />
<Compile Include="Map\MapFormatProvider.cs" />
<Compile Include="Map\MapProvider.cs" />
<Compile Include="Map\VmfProvider.cs" />
<Compile Include="Model\AssimpProvider.cs" />
Expand All @@ -65,7 +64,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ProviderException.cs" />
<Compile Include="ProviderNotFoundException.cs" />
<Compile Include="Map\RmfProvider.cs" />
<Compile Include="Texture\MiscTexProvider.cs" />
<Compile Include="Texture\NullTextureStreamSource.cs" />
<Compile Include="Texture\TextureSubItemType.cs" />
Expand All @@ -77,9 +75,6 @@
<Compile Include="Texture\TextureProvider.cs" />
<Compile Include="Texture\ITextureStreamSource.cs" />
<Compile Include="Texture\TextureSubItem.cs" />
<Compile Include="Texture\Vtf\VtfImageFormat.cs" />
<Compile Include="Texture\Vtf\VtfImageFlag.cs" />
<Compile Include="Texture\Vtf\VtfProvider.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AssimpNet\AssimpNet\AssimpNet.csproj">
Expand Down
287 changes: 0 additions & 287 deletions CBRE.Providers/Map/MapFormatProvider.cs

This file was deleted.

Loading

0 comments on commit b551dd4

Please sign in to comment.