Skip to content

Commit

Permalink
refactor: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
furesoft committed Oct 11, 2024
1 parent 5cf5b84 commit 66e7b81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/MimaSim/MimaSim/Controls/ProgramEditorControl.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ private void InitializeComponent()
{
AvaloniaXamlLoader.Load(this);

Console.WriteLine(string.Join('\n', GetType().Assembly.GetManifestResourceNames()));

IHighlightingDefinition customHighlighting;
using (Stream s = GetType().Assembly.GetManifestResourceStream("MimaSim.Resources.CustomHighlighting.xshd"))
using (Stream s = GetType().Assembly.GetManifestResourceStream("MimaSim.Resources.CustomHighligting.xshd"))
{
using (XmlReader reader = new XmlTextReader(s))
{
Expand Down

0 comments on commit 66e7b81

Please sign in to comment.