Benedikt Schroeder 7 년 전
부모
커밋
f3f750cf86

+ 0 - 2
src/Skia/Avalonia.Skia/SKTypefaceCollection.cs

@@ -6,8 +6,6 @@ namespace Avalonia.Skia
 {
     internal class SKTypefaceCollection
     {
-       
-
         private readonly ConcurrentDictionary<FontKey, SKTypeface> _cachedTypefaces =
             new ConcurrentDictionary<FontKey, SKTypeface>();
 

+ 0 - 1
tests/Avalonia.Visuals.UnitTests/Assets/MyFont.ttf

@@ -1 +0,0 @@
-

+ 0 - 6
tests/Avalonia.Visuals.UnitTests/Avalonia.Visuals.UnitTests.csproj

@@ -7,12 +7,6 @@
   <Import Project="..\..\build\XUnit.props" />
   <Import Project="..\..\build\Rx.props" />
   <Import Project="..\..\build\Microsoft.Reactive.Testing.props" />
-  <ItemGroup>
-    <None Remove="Assets\MyFont.ttf" />
-  </ItemGroup>
-  <ItemGroup>
-    <EmbeddedResource Include="Assets\MyFont.ttf" />
-  </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj" />
     <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj" />

+ 0 - 1
tests/Avalonia.Visuals.UnitTests/Media/Fonts/FontFamilyKeyTests.cs

@@ -2,7 +2,6 @@
 // Licensed under the MIT license. See licence.md file in the project root for full license information.
 
 using System;
-using Avalonia.Media;
 using Avalonia.Media.Fonts;
 using Xunit;