Skip to content

Commit fd00482

Browse files
committed
delete dead code [skip ci]
1 parent d0f78b1 commit fd00482

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

MaterialDesignColors.Wpf/SwatchesProvider.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,5 @@ private static ResourceDictionary Read(string assemblyName, string path)
6767
$"/{assemblyName};component/{path.Replace(".baml", ".xaml")}",
6868
UriKind.RelativeOrAbsolute));
6969
}
70-
71-
private IEnumerable<DictionaryEntry> Read(Stream stream)
72-
{
73-
using (var reader = new ResourceReader(stream))
74-
{
75-
var dictionaryEntries = reader.OfType<DictionaryEntry>().ToList();
76-
Console.WriteLine(dictionaryEntries.Count);
77-
return reader.OfType<DictionaryEntry>();
78-
}
79-
}
8070
}
8171
}

0 commit comments

Comments
 (0)